-
-
Notifications
You must be signed in to change notification settings - Fork 4
37 lines (33 loc) · 824 Bytes
/
Copy pathcss.yml
File metadata and controls
37 lines (33 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# eustasy/.Normal 4.0beta10
name: "Normal: CSS/SCSS"
on:
workflow_dispatch:
push:
branches: [main]
paths:
- "**.css"
- "**.scss"
- ".github/workflows/css.yml"
- ".qlty/configs/.stylelintrc.json"
- ".qlty/qlty.toml"
pull_request:
branches: [main]
paths:
- "**.css"
- "**.scss"
- ".github/workflows/css.yml"
- ".qlty/configs/.stylelintrc.json"
- ".qlty/qlty.toml"
permissions:
contents: read
jobs:
css:
name: Lint + format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: qltysh/qlty-action/install@fd52dc852530a708d68c3b7342f8d33d1df4cd55 # v2.2.1
- name: Lint + format check (stylelint)
run: qlty check --all --filter=stylelint