Skip to content

Commit

Permalink
ci: test shell files with shellcheck
Browse files Browse the repository at this point in the history
Change-Id: If32fcb000afd8cc1112123a3f7e069bb408a05cd
  • Loading branch information
oliverlee committed Jun 26, 2024
1 parent d7c679e commit c8dc701
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: check

on:
push:
branches [ main ]
pull_request:
branches: [ "*" ]
workflow_dispatch:

jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: shellcheck *.sh

0 comments on commit c8dc701

Please sign in to comment.