Skip to content

Prevent local git client from getting out of sync #24

Prevent local git client from getting out of sync

Prevent local git client from getting out of sync #24

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
paths:
- '**.sh'
jobs:
shellcheck:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: scripts/shellcheck.sh