mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-24 21:21:53 -05:00
github: run fmt and eval check on all pushes, including prs
This commit is contained in:
parent
e4c865564d
commit
7d2a60d0b2
5
.github/workflows/check-flake.yml
vendored
5
.github/workflows/check-flake.yml
vendored
|
@ -1,9 +1,6 @@
|
||||||
name: "flake: evaluation check"
|
name: "flake: evaluation check"
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
5
.github/workflows/check-fmt.yml
vendored
5
.github/workflows/check-fmt.yml
vendored
|
@ -1,9 +1,6 @@
|
||||||
name: "flake: format check"
|
name: "flake: format check"
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue