VencordThemes/.forgejo/workflows/csslint.yaml
SeaswimmerTheFsh 027b6df456
Some checks failed
Lint CSS / lint (push) Failing after 36s
fixed incorrect action name
2023-10-27 22:01:57 -04:00

11 lines
197 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/stylelint@master