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
|
||||
run: |
|
||||
selene crates/
|
||||
selene lib/
|
||||
|
||||
style:
|
||||
name: Styling
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
version: v0.20.0
|
||||
args: --check crates/
|
||||
args: --check lib/
|
||||
|
||||
test:
|
||||
name: Unit Testing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue