2023-10-27 21:56:03 -04:00
|
|
|
name: Lint CSS
|
2023-10-27 21:58:37 -04:00
|
|
|
on: [push]
|
2023-10-27 21:56:03 -04:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
lint:
|
|
|
|
runs-on: docker
|
|
|
|
steps:
|
|
|
|
- name: Checkout Repository
|
|
|
|
uses: actions/checkout@v3
|
2023-10-27 22:01:13 -04:00
|
|
|
with:
|
|
|
|
token: ${{ secrets.COASTALCOMMITSTOKEN }}
|
2023-10-27 21:56:03 -04:00
|
|
|
- name: Lint CSS
|
2023-10-27 21:58:37 -04:00
|
|
|
uses: actions/stylelinter@master
|