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

add ShellCheck Linter #21

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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