Skip to content

Merge pull request #15 from JensDll/dependabot/github_actions/actions… #148

Merge pull request #15 from JensDll/dependabot/github_actions/actions…

Merge pull request #15 from JensDll/dependabot/github_actions/actions… #148

Workflow file for this run

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/checkout@v4.2.0
- name: Running ShellCheck
run: ./scripts/shellcheck.sh