infrastructure/.forgejo/workflows/reuse-check.yaml

13 lines
254 B
YAML
Raw Normal View History

###
# This file was automatically generated with nix-actions.
jobs:
pre-commit:
runs-on: nix
steps:
- uses: actions/checkout@v3
- uses: https://github.com/fsfe/reuse-action@v5
name: Run pre-commit on all files
on:
- push
- pull_request