mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-18 17:41:58 +01:00
13 lines
257 B
YAML
13 lines
257 B
YAML
on: push
|
|
name: 'Trigger: Push'
|
|
jobs:
|
|
shellcheck:
|
|
name: Shellcheck
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@master
|
|
- name: Run Shellcheck
|
|
uses: ${GITHUB_REPOSITORY}@${GITHUB_SHA}
|
|
with:
|
|
ignore: "ignore"
|