mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-24 16:51:54 -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"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
5
.github/workflows/check-fmt.yml
vendored
5
.github/workflows/check-fmt.yml
vendored
|
@ -1,9 +1,6 @@
|
|||
name: "flake: format check"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue