VencordThemes/.forgejo/workflows/csslint.yaml
SeaswimmerTheFsh d0b1bd3ae4
Some checks failed
Lint CSS / lint (push) Failing after 3s
added css linter workflow
2023-10-27 21:56:03 -04:00

13 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