mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
ci: Run linting only once
This commit is contained in:
parent
ac6c08fbf4
commit
590045be31
1 changed files with 3 additions and 3 deletions
6
.github/workflows/linting.yml
vendored
6
.github/workflows/linting.yml
vendored
|
@ -1,9 +1,9 @@
|
|||
name: Code Linting
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
prettier:
|
||||
|
|
Loading…
Reference in a new issue