Skip to content

Commit

Permalink
Update shellcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
terem42 committed Sep 25, 2021
1 parent e322cf4 commit c1391bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: shellcheck

on: pull_request
on: push

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run shellcheck
run: ci/run_shellcheck.sh
run: ci/run_shellcheck.sh

0 comments on commit c1391bb

Please sign in to comment.