VencordThemes/.forgejo/workflows/csslint.yaml
SeaswimmerTheFsh 470aedbdfb
Some checks failed
Lint CSS / lint (push) Failing after 3s
fixed workflow file
2023-10-27 21:58:37 -04:00

11 lines
199 B
YAML

name: Lint CSS
on: [push]
jobs:
lint:
runs-on: docker
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Lint CSS
uses: actions/stylelinter@master