Update lint.yml
This commit is contained in:
parent
aa0d71b684
commit
fcf478c0d9
10
.github/workflows/lint.yml
vendored
10
.github/workflows/lint.yml
vendored
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
name: Lint
|
name: Lint
|
||||||
'on':
|
on:
|
||||||
pull_request:
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [main]
|
||||||
- master
|
pull_request:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
yaml-lint:
|
||||||
name: Lint
|
name: Lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user