Skip to content

Add "code" (shell) linter and format checker #6

Add "code" (shell) linter and format checker

Add "code" (shell) linter and format checker #6

Workflow file for this run

---
"on":
push:
branches:
- main
pull_request:
branches:
- "*"
workflow_dispatch: {}
name: Checks
jobs:
checks:
name: Checks
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
- name: ShellCheck
uses: luizm/[email protected]
env:
SHFMT_OPTS: -i 2 -d
- uses: erlef/[email protected]
with:
otp-version: 27
elixir-version: 1.17
- run: |
mix format --check-formatted scripts/*.exs