infrastructure/.forgejo/workflows/lint.yaml

12 lines
263 B
YAML
Raw Permalink Normal View History

2024-02-02 10:51:55 +01:00
name: lint
on: [push, pull_request]
2024-02-02 10:51:55 +01:00
jobs:
check:
runs-on: nix
steps:
- uses: actions/checkout@v3
- name: Run pre-commit on all files
run: nix-shell --run 'pre-commit run --all-files --show-diff-on-failure' -A shells.pre-commit ./.