Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
add ShellCheck Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Noki committed Jun 29, 2022
1 parent 3da67de commit eb32b5b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/shellcheck-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: ShellCheck Lint
on: [push, pull_request] # yamllint disable-line rule:truthy
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint ShellCheck
uses: ludeeus/action-shellcheck@master

0 comments on commit eb32b5b

Please sign in to comment.