fix: CI ran on non existing dirs

This commit is contained in:
Mark Marks 2024-09-21 19:13:17 +02:00
parent ee69c03334
commit 88ca58df9b

View file

@ -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