Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ on:

jobs:
lint:
uses: 8hobbies/workflows/.github/workflows/npm-lint.yml@c21226961911af133cdb5a515aedfa67c1eb6f43
uses: 8hobbies/workflows/.github/workflows/npm-lint.yml@d920dbd758406b5c8b3942c7eac92336a3929dc4
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
permissions:
pages: write
id-token: write
uses: 8hobbies/workflows/.github/workflows/npm-doc-pages.yml@c21226961911af133cdb5a515aedfa67c1eb6f43
uses: 8hobbies/workflows/.github/workflows/npm-doc-pages.yml@d920dbd758406b5c8b3942c7eac92336a3929dc4
2 changes: 1 addition & 1 deletion .github/workflows/publish-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ on:

jobs:
run:
uses: 8hobbies/workflows/.github/workflows/npm-publish-dry-run.yml@c21226961911af133cdb5a515aedfa67c1eb6f43
uses: 8hobbies/workflows/.github/workflows/npm-publish-dry-run.yml@d920dbd758406b5c8b3942c7eac92336a3929dc4
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ on:
tags: ["v*"]
jobs:
build:
uses: 8hobbies/workflows/.github/workflows/npm-publish.yml@c21226961911af133cdb5a515aedfa67c1eb6f43
uses: 8hobbies/workflows/.github/workflows/npm-publish.yml@d920dbd758406b5c8b3942c7eac92336a3929dc4
secrets:
npm-auth-token: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ on:

jobs:
test:
uses: 8hobbies/workflows/.github/workflows/npm-runtime.yml@c21226961911af133cdb5a515aedfa67c1eb6f43
uses: 8hobbies/workflows/.github/workflows/npm-runtime.yml@d920dbd758406b5c8b3942c7eac92336a3929dc4