Merge pull request #8 from JensDll/dependabot/github_actions/actions/… #112
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Analysis | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
linting: | |
runs-on: ubuntu-22.04 | |
defaults: | |
run: | |
shell: bash | |
steps: | |
- name: Checking out the repository | |
uses: actions/[email protected] | |
- name: Running ShellCheck | |
run: ./scripts/shellcheck.sh |