Skip to content

Move SHELL command earlier (#6) #5

Move SHELL command earlier (#6)

Move SHELL command earlier (#6) #5

Workflow file for this run

name: Lint
on: [push, pull_request, workflow_dispatch]
permissions: {}
env:
FORCE_COLOR: 1
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: j178/prek-action@v1