All checks were successful
Run pre-commit on all files / pre-push (push) Successful in 20s
14 lines
363 B
YAML
14 lines
363 B
YAML
###
|
|
# This file was automatically generated with nix-actions.
|
|
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
|
|
on:
|
|
- pull_request
|
|
- push
|