Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
laduke committed Aug 28, 2024
1 parent 5dc4e03 commit 419ff22
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Shellcheck
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: apt install -y shellcheck
- run: shellcheck -S error install.sh.in

0 comments on commit 419ff22

Please sign in to comment.