open directory after checking out code

This commit is contained in:
Aayush 2024-07-15 11:31:56 -07:00
parent b7273eab55
commit 5dc8acd8f1

View file

@ -9,9 +9,9 @@ jobs:
name: Check
runs-on: ubuntu-latest
steps:
- run: cd envoyfilter
- name: Setup | Checkout
uses: actions/checkout@v4
- run: cd envoyfilter
- name: Setup | Rust
run: rustup toolchain install stable --profile minimal
- name: Run Check
@ -21,9 +21,9 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- run: cd envoyfilter
- name: Setup | Checkout
uses: actions/checkout@v4
- run: cd envoyfilter
- name: Setup | Rust
run: rustup toolchain install stable --profile minimal
- name: Run Clippy
@ -34,9 +34,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: cd envoyfilter
- name: Setup | Checkout
uses: actions/checkout@v4
- run: cd envoyfilter
- name: Setup | Rust
run: rustup toolchain install stable --profile minimal
- name: Setup | Install Rustfmt