Skip to content

Commit

Permalink
add ShellCheck Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Noki committed Jul 18, 2022
1 parent b90eb04 commit c82aa95
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/shellcheck-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: ShellCheck Lint
on: [push, pull_request] # yamllint disable-line rule:truthy

jobs:
build:
name: Lint ShellCheck
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Lint ShellCheck
uses: ludeeus/action-shellcheck@master

0 comments on commit c82aa95

Please sign in to comment.