Skip to content

Merge pull request #10 from EngineeringKiosk/dependabot/github_action… #32

Merge pull request #10 from EngineeringKiosk/dependabot/github_action…

Merge pull request #10 from EngineeringKiosk/dependabot/github_action… #32

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.6
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@2.0.0