ci(style): workflow will only run if nix files are mod
This commit is contained in:
8
.github/workflows/style.yml
vendored
8
.github/workflows/style.yml
vendored
@@ -1,5 +1,11 @@
|
||||
name: Check *.nix files format
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.nix "
|
||||
push:
|
||||
paths:
|
||||
- "**.nix"
|
||||
|
||||
jobs:
|
||||
check-formatting:
|
||||
|
||||
Reference in New Issue
Block a user