Skip to content

Commit

Permalink
Merge pull request #23 from tisnik/shellcheck-on-ci
Browse files Browse the repository at this point in the history
Shellcheck on CI
  • Loading branch information
tisnik authored Jan 31, 2025
2 parents 471528d + 3e6fa14 commit db5fbdd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/shellcheck.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Shell check

on:
- push
- pull_request

jobs:
shellcheck:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Shell check
run: make shellcheck

0 comments on commit db5fbdd

Please sign in to comment.