14 lines
231 B
YAML
14 lines
231 B
YAML
|
name: Lint CSS
|
||
|
|
||
|
on:
|
||
|
push
|
||
|
|
||
|
jobs:
|
||
|
lint:
|
||
|
runs-on: docker
|
||
|
steps:
|
||
|
- name: Checkout Repository
|
||
|
uses: actions/checkout@v3
|
||
|
- name: Lint CSS
|
||
|
uses: https://github.com/marketplace/actions/stylelinter@master
|