Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ceelias committed Dec 12, 2023
1 parent afe0cfe commit b518840
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: shellcheck
on:
- pull_request
env:
GITHUB_BEFORE_SHA: ${{ github.event.before }}

jobs:
check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
# Run our action
- name: Checker and formatter
uses: ashthespy/action-shell@v1
with:
only_changed: 'true'

0 comments on commit b518840

Please sign in to comment.