mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 01:06:25 +02:00
open directory after checking out code
This commit is contained in:
parent
b7273eab55
commit
5dc8acd8f1
1 changed files with 3 additions and 3 deletions
6
.github/workflows/checks.yml
vendored
6
.github/workflows/checks.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue