Skip to content

Merge pull request #6 from EngineeringKiosk/dependabot/github_actions… #17

Merge pull request #6 from EngineeringKiosk/dependabot/github_actions…

Merge pull request #6 from EngineeringKiosk/dependabot/github_actions… #17

Workflow file for this run

name: Shellcheck
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.1
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@2.0.0