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

14 lines
263 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
- name: REUSE lint
run: nix-shell -A reuse-check --run 'reuse lint'
name: REUSE lint
on:
- push
- pull_request