ignore lock files
This commit is contained in:
parent
598a90dd7f
commit
5cfc5a7e6c
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@ name: format
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "**.lock"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
@ -10,7 +12,7 @@ jobs:
|
|||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: 'main'
|
||||
ref: "main"
|
||||
- name: dev
|
||||
uses: actions/nix/develop@main
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue