Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
jobs:
code-quality:
name: "Code quality"
uses: technology-studio/github-workflows/.github/workflows/_code-quality.yml@main
uses: technology-studio/github-workflows/.github/workflows/_code-quality.yml@696ee6d68a8fdb357c5a6e26e748fba32f09a9bb # main
secrets: inherit
type-check:
name: "Type check"
uses: technology-studio/github-workflows/.github/workflows/_type-check.yml@main
uses: technology-studio/github-workflows/.github/workflows/_type-check.yml@696ee6d68a8fdb357c5a6e26e748fba32f09a9bb # main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ permissions:
jobs:
semantic-title:
name: 'Semantic title'
uses: technology-studio/github-workflows/.github/workflows/_semantic-title.yml@main
uses: technology-studio/github-workflows/.github/workflows/_semantic-title.yml@696ee6d68a8fdb357c5a6e26e748fba32f09a9bb # main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ permissions:
jobs:
release:
name: 'Release'
uses: technology-studio/github-workflows/.github/workflows/_release.yml@main
uses: technology-studio/github-workflows/.github/workflows/_release.yml@696ee6d68a8fdb357c5a6e26e748fba32f09a9bb # main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/resolve-yarn-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
resolve-yarn-lock-on-comment:
name: 'Resolve yarn.lock'
if: contains(github.event.comment.body, '/resolve yarn.lock')
uses: technology-studio/github-workflows/.github/workflows/_resolve-yarn-lock.yml@main
uses: technology-studio/github-workflows/.github/workflows/_resolve-yarn-lock.yml@696ee6d68a8fdb357c5a6e26e748fba32f09a9bb # main
secrets: inherit
with:
pr_number: ${{ github.event.issue.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ on:
jobs:
unit:
name: 'Unit test'
uses: technology-studio/github-workflows/.github/workflows/_unit-test.yml@main
uses: technology-studio/github-workflows/.github/workflows/_unit-test.yml@696ee6d68a8fdb357c5a6e26e748fba32f09a9bb # main
secrets: inherit
Loading