Skip to content

Commit

Permalink
ci: add bashate yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markparonyan committed Feb 12, 2025
1 parent b24d7da commit 83f4540
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/bashate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: bashate
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
bashate:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- run: pip install bashate
- run: bashate -i E006,E003 $(find . -name '*.sh')

0 comments on commit 83f4540

Please sign in to comment.