Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aeimer committed Oct 23, 2023
1 parent 33302d6 commit 17b7a44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Run checks and tests
run-name: Run checks and tests ⚡️
on: [push]
on:
push:
paths:
- '**.sh'
jobs:
shellcheck:
name: Shellcheck
Expand Down

0 comments on commit 17b7a44

Please sign in to comment.