Skip to content

Merge pull request #2 from lsst-it/modulesync #3

Merge pull request #2 from lsst-it/modulesync

Merge pull request #2 from lsst-it/modulesync #3

Workflow file for this run

---
# yamllint disable rule:quoted-strings
name: shellcheck
"on":
- push
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master