Skip to content

Commit

Permalink
Use temporary branch of reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Oct 1, 2022
1 parent 34618eb commit 5e8647f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:

jobs:
lint:
uses: stylelint/.github/.github/workflows/lint.yml@main
uses: stylelint/.github/.github/workflows/lint.yml@restrict-permissions-and-run-only-test

test:
uses: stylelint/.github/.github/workflows/test.yml@main
uses: stylelint/.github/.github/workflows/test.yml@restrict-permissions-and-run-only-test
with:
os: '["ubuntu-latest", "windows-latest", "macos-latest"]'

0 comments on commit 5e8647f

Please sign in to comment.