Skip to content

Merge pull request #3 from EngineeringKiosk/optimizations #8

Merge pull request #3 from EngineeringKiosk/optimizations

Merge pull request #3 from EngineeringKiosk/optimizations #8

Workflow file for this run

name: Shellcheck
on:
push:
branches:
- main
pull_request:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/[email protected]