2019-09-18 13:28:56 -07:00
|
|
|
on: push
|
|
|
|
name: 'Trigger: Push'
|
|
|
|
jobs:
|
|
|
|
shellcheck:
|
|
|
|
name: Shellcheck
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@master
|
2020-05-30 11:44:01 +02:00
|
|
|
- name: Run Shellcheck
|
|
|
|
uses: ${GITHUB_REPOSITORY}@${GITHUB_SHA}
|
|
|
|
with:
|
|
|
|
ignore: "ignore"
|