added css linter workflow
Some checks failed
Lint CSS / lint (push) Failing after 3s

This commit is contained in:
SeaswimmerTheFsh 2023-10-27 21:56:03 -04:00
parent 757bb60ecd
commit d0b1bd3ae4
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE
2 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1,13 @@
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