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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- "**.lock"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
@ -10,7 +12,7 @@ jobs:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: 'main'
|
ref: "main"
|
||||||
- name: dev
|
- name: dev
|
||||||
uses: actions/nix/develop@main
|
uses: actions/nix/develop@main
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue