We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4f6a8 commit 5b8ae33Copy full SHA for 5b8ae33
.github/workflows/testing.yml
@@ -8,12 +8,12 @@ on:
8
9
jobs:
10
lint:
11
- uses: stylelint/.github/.github/workflows/lint.yml@34f1c0ac91f245ee4ee5ce725bb844328c17ccf5 # main
+ uses: stylelint/.github/.github/workflows/lint.yml@34f1c0ac91f245ee4ee5ce725bb844328c17ccf5 # 0.3.0
12
permissions:
13
contents: read
14
15
test:
16
- uses: stylelint/.github/.github/workflows/test.yml@34f1c0ac91f245ee4ee5ce725bb844328c17ccf5 # main
+ uses: stylelint/.github/.github/workflows/test.yml@34f1c0ac91f245ee4ee5ce725bb844328c17ccf5 # 0.3.0
17
with:
18
os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
19
node-version: '["20", "22", "24"]'
0 commit comments