Fediversity/.forgejo/workflows/ci.yaml

17 lines
269 B
YAML
Raw Permalink Normal View History

2024-11-13 22:44:02 +01:00
on:
pull_request:
types:
- opened
- synchronize
- reopened
push:
branches:
- main
jobs:
check-pre-commit:
runs-on: native
steps:
- uses: actions/checkout@v4
- run: nix build .#checks.x86_64-linux.pre-commit -L