Add nix to runn on lint and integration

This commit is contained in:
Kristoffer Dalby 2022-03-17 18:08:49 +00:00
parent 6d41279781
commit 70274d528c
2 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@ jobs:
uses: tj-actions/changed-files@v14.1
with:
files: |
*.nix
go.*
**/*.go
integration_test/
@ -45,6 +46,7 @@ jobs:
uses: tj-actions/changed-files@v14.1
with:
files: |
*.nix
**/*.md
**/*.yml
**/*.yaml

View File

@ -16,6 +16,7 @@ jobs:
uses: tj-actions/changed-files@v14.1
with:
files: |
*.nix
go.*
**/*.go
integration_test/