mirror of
https://github.com/kubereboot/kured.git
synced 2026-08-23 21:36:33 +00:00
@@ -0,0 +1,11 @@
|
||||
name: "Shellcheck"
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
bash-lint:
|
||||
name: Shellcheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run ShellCheck
|
||||
uses: bewuethr/shellcheck-action@v2
|
||||
Reference in New Issue
Block a user