Skip to content

Merge pull request #32 from Dichloromethane/dependabot/github_actions… #87

Merge pull request #32 from Dichloromethane/dependabot/github_actions…

Merge pull request #32 from Dichloromethane/dependabot/github_actions… #87

Workflow file for this run

name: shellcheck
on: [ "push", "pull_request" ]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Check out the Repository
uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master