mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
move folder to correct spot and open correct directory in workflow
This commit is contained in:
parent
28c582fbdc
commit
b7273eab55
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ jobs:
|
|||
name: Check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: cd envoyfilter
|
||||
- name: Setup | Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup | Rust
|
||||
|
|
@ -20,6 +21,7 @@ jobs:
|
|||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: cd envoyfilter
|
||||
- name: Setup | Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup | Rust
|
||||
|
|
@ -32,6 +34,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- run: cd envoyfilter
|
||||
- name: Setup | Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup | Rust
|
||||
Loading…
Add table
Add a link
Reference in a new issue