This commit is contained in:
parent
4d9a5c66bd
commit
470aedbdfb
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
||||||
name: Lint CSS
|
name: Lint CSS
|
||||||
|
on: [push]
|
||||||
on:
|
|
||||||
push
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
@ -10,4 +8,4 @@ jobs:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Lint CSS
|
- name: Lint CSS
|
||||||
uses: https://github.com/marketplace/actions/stylelinter@master
|
uses: actions/stylelinter@master
|
||||||
|
|
Loading…
Reference in a new issue