Skip to content

shfmt

shfmt #35

Workflow file for this run

on: [push, pull_request]
name: 'Trigger: Push action'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install -y shfmt shellcheck make
- run: make lint
- run: git diff --exit-code