fix yarn lock changes names
parent
84c635738d
commit
70cd3b36ba
|
@ -1,8 +1,9 @@
|
||||||
name: "Prevent yarn.lock changes in PRs"
|
name: Prevent yarn.lock changes in PRs
|
||||||
on: [pull_request]
|
on: [pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
|
name: Prevent yarn.lock changes in PRs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- id: file_changes
|
- id: file_changes
|
||||||
|
|
Loading…
Reference in New Issue