Skip to content

Move SHELL command earlier #4

Move SHELL command earlier

Move SHELL command earlier #4

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