fix: CI ran on non existing dirs
This commit is contained in:
parent
ee69c03334
commit
88ca58df9b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: |
|
run: |
|
||||||
selene crates/
|
selene lib/
|
||||||
|
|
||||||
style:
|
style:
|
||||||
name: Styling
|
name: Styling
|
||||||
|
@ -52,7 +52,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
version: v0.20.0
|
version: v0.20.0
|
||||||
args: --check crates/
|
args: --check lib/
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Unit Testing
|
name: Unit Testing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue