2025-01-08 16:53:02 +01:00
|
|
|
###
|
|
|
|
# This file was automatically generated with nix-actions.
|
2024-12-30 12:16:26 +01:00
|
|
|
jobs:
|
|
|
|
pre-push:
|
|
|
|
runs-on: nix
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: Run pre-commit on all files
|
|
|
|
run: nix-shell -A pre-commit --run 'pre-commit run --all-files --hook-stage
|
|
|
|
pre-push --show-diff-on-failure'
|
|
|
|
name: Run pre-commit on all files
|
2025-01-08 16:53:02 +01:00
|
|
|
on:
|
2024-12-30 12:16:26 +01:00
|
|
|
- pull_request
|
|
|
|
- push
|