ci(style): always check format on push/pull request (#92)
This commit is contained in:
8
.github/workflows/style.yml
vendored
8
.github/workflows/style.yml
vendored
@@ -1,11 +1,5 @@
|
||||
name: Check *.nix files format
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.nix "
|
||||
push:
|
||||
paths:
|
||||
- "**.nix"
|
||||
on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
check-formatting:
|
||||
|
||||
Reference in New Issue
Block a user