Skip to content

Commit

Permalink
add lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robzr committed Feb 22, 2024
1 parent b9d5d40 commit edf2daa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Lint
on:
pull_request:

jobs:
test:
name: Lint
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- run: shellcheck sver
- run: shfmt -i 2 -ci -d sver

0 comments on commit edf2daa

Please sign in to comment.