forked from Fediversity/Fediversity
17 lines
269 B
YAML
17 lines
269 B
YAML
|
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
|