Skip to content

Set up pre-commit (w/ Zizmor and misc.), Dependabot and tidy up GH workflows #3

Set up pre-commit (w/ Zizmor and misc.), Dependabot and tidy up GH workflows

Set up pre-commit (w/ Zizmor and misc.), Dependabot and tidy up GH workflows #3

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
env:
FORCE_COLOR: 1
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
persist-credentials: false
- uses: j178/prek-action@0bb87d7f00b0c99306c8bcb8b8beba1eb581c037 # v1.1.1