-
Notifications
You must be signed in to change notification settings - Fork 475
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update taiga-family/ci action to v1.25.7
- Loading branch information
1 parent
a47ab22
commit b432997
Showing
21 changed files
with
75 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,6 @@ jobs: | |
automate-project-columns: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
with: | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ jobs: | |
outputs: | ||
matrix: ${{ steps.matrix.outputs.value }} | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- id: matrix | ||
if: env.TAIGA_FAMILY_BOT_IS_AUTHOR == 'true' | ||
run: echo "value=$JOBS_NAME" >> $GITHUB_OUTPUT | ||
|
@@ -24,7 +24,7 @@ jobs: | |
matrix: | ||
value: ${{ fromJSON(needs.setup.outputs.matrix) }} | ||
steps: | ||
- uses: taiga-family/ci/actions/run/[email protected].6 | ||
- uses: taiga-family/ci/actions/run/[email protected].7 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
job: ${{ matrix.value }} | ||
|
@@ -33,11 +33,11 @@ jobs: | |
needs: [wait] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/auto/approve/[email protected].6 | ||
- uses: taiga-family/ci/actions/auto/approve/[email protected].7 | ||
with: | ||
token1: ${{ secrets.GITHUB_TOKEN }} | ||
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} | ||
- uses: taiga-family/ci/actions/run/[email protected].6 | ||
- uses: taiga-family/ci/actions/run/[email protected].7 | ||
with: | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ jobs: | |
name: PR author as an assignee | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: toshimaru/[email protected] | ||
if: env.IS_OWNER_MODE == 'true' | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,12 +12,12 @@ jobs: | |
env: | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/auto/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/auto/[email protected].7 | ||
if: github.event_name == 'push' | ||
with: | ||
branch-name: ${{ github.head_ref || github.ref_name }} | ||
- uses: taiga-family/ci/actions/auto/[email protected].6 | ||
- uses: taiga-family/ci/actions/auto/[email protected].7 | ||
if: github.event_name == 'pull_request' | ||
with: | ||
branch-name: refs/pull/${{ github.event.pull_request.number }}/merge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,5 @@ jobs: | |
dependency-review: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/security/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/security/[email protected].7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ jobs: | |
name: Label when approved | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/auto/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/auto/[email protected].7 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,5 @@ jobs: | |
remove_label: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/auto/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/auto/[email protected].7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,20 +8,20 @@ jobs: | |
if: ${{ !contains(github.head_ref , 'release/') }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
if: env.SUPPORT_AUTO_PUSH == 'true' | ||
with: | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- run: | | ||
npx nx prebuild icons | ||
npx nx build icons | ||
npx ts-node ./scripts/generate-used-icons.ts | ||
npx eslint ./projects/cdk/constants/used-icons.ts --fix | ||
npx prettier ./projects/cdk/constants/used-icons.ts --write | ||
- uses: taiga-family/ci/actions/auto/[email protected].6 | ||
- uses: taiga-family/ci/actions/auto/[email protected].7 | ||
if: env.SUPPORT_AUTO_PUSH == 'true' | ||
with: | ||
message: icons have changed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,9 @@ jobs: | |
name: Build packages | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- run: npm run run-many:build:libs | ||
- run: npx ts-node ./scripts/check-dist.ts | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,9 @@ jobs: | |
if: ${{ !contains(github.head_ref, 'release/') }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- run: npx nx build demo | ||
- run: npx --yes bundlemon --config .github/.bundlemonrc.json | ||
continue-on-error: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ jobs: | |
contents: read | ||
security-events: write | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/security/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/security/[email protected].7 | ||
|
||
concurrency: | ||
group: codeql-${{ github.workflow }}-${{ github.ref }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,11 +25,11 @@ jobs: | |
IS_DRY_MODE: ${{ github.event.inputs.dryRun == 'true' }} | ||
IS_RRE_RELEASE_MODE: ${{ contains(github.event.inputs.mode, 'prerelease') }} | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
with: | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/config/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/config/[email protected].7 | ||
with: | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,8 @@ jobs: | |
if: ${{ !contains(github.event.workflow_run.head_branch, 'release/') }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
|
||
- name: Prepare demo before deploy from snapshots | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ jobs: | |
name: Firebase | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- run: npx nx build demo --base-href='/' | ||
- name: Debug output | ||
run: tree dist/demo/browser -P '*.html' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,13 +13,13 @@ jobs: | |
name: Build demo | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
with: | ||
fetch-depth: 10 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/run/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/run/[email protected].7 | ||
continue-on-error: true | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
|
||
- name: Building demo-app of git-branch without cache | ||
run: npx nx build demo -c next --output-path ${{ env.DIST }} --base-href='/' | ||
|
@@ -41,9 +41,9 @@ jobs: | |
[addon-doc, addon-charts, addon-commerce, addon-mobile, addon-table, addon-tablebars, icons, core, deep, kit] | ||
name: ${{ matrix.project }} | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
|
||
- name: Download cache / ${{ env.CACHE_DIST_KEY }} | ||
uses: actions/cache/[email protected] | ||
|
@@ -101,9 +101,9 @@ jobs: | |
shard: [1, 2, 3] | ||
name: playwright / (${{ matrix.shard }} of 3) | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
|
||
- name: Install Playwright Browsers | ||
run: npx playwright install --with-deps chromium | ||
|
@@ -171,8 +171,8 @@ jobs: | |
needs: [cypress, playwright] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
|
||
- name: Download artifacts / ${{ env.CYPRESS_SNAPSHOTS_ARTIFACTS_KEY }} | ||
continue-on-error: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,21 +10,21 @@ jobs: | |
if: ${{ !contains(github.head_ref, 'release/') }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
if: env.SUPPORT_AUTO_PUSH == 'true' | ||
with: | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- run: npm run typecheck | ||
- run: npm run cspell -- --no-progress | ||
- run: npm run prettier ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --write' || '-- --check' }} | ||
- run: npm run stylelint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} | ||
- run: npm run lint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} | ||
- name: Apply changes after linting | ||
if: env.SUPPORT_AUTO_PUSH == 'true' | ||
uses: taiga-family/ci/actions/auto/[email protected].6 | ||
uses: taiga-family/ci/actions/auto/[email protected].7 | ||
|
||
concurrency: | ||
group: lint-${{ github.workflow }}-${{ github.ref }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,10 @@ jobs: | |
name: Packages | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/config/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/config/[email protected].7 | ||
with: | ||
token: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }} | ||
- run: npm run run-many:build:libs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,10 @@ jobs: | |
publish: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/config/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/config/[email protected].7 | ||
with: | ||
token: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }} | ||
|
||
|
@@ -25,14 +25,14 @@ jobs: | |
run: echo "version=v$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT | ||
|
||
- name: Announce to Time messenger | ||
uses: taiga-family/ci/actions/messenger/time/[email protected].6 | ||
uses: taiga-family/ci/actions/messenger/time/[email protected].7 | ||
with: | ||
url: ${{ secrets.ANNOUNCE_WEBHOOK }} | ||
channel: ${{ secrets.ANNOUNCE_TARGET }} | ||
version: ${{ steps.info.outputs.version }} | ||
|
||
- name: Announce to Telegram messenger | ||
uses: taiga-family/ci/actions/messenger/telegram/[email protected].6 | ||
uses: taiga-family/ci/actions/messenger/telegram/[email protected].7 | ||
with: | ||
chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }} | ||
topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,9 @@ jobs: | |
name: next | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
|
||
- run: npx nx build demo -c next | ||
- run: tree ${{ env.DIST }} -P '*.html' | ||
|
@@ -30,8 +30,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
id: nodejs-workspace | ||
|
||
- run: npx nx build demo --configuration production | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,8 +28,8 @@ jobs: | |
] | ||
name: ${{ matrix.project }} | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
|
||
- name: Run tests for ${{ matrix.project }} | ||
run: npx nx test ${{ matrix.project }} --skip-nx-cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,11 @@ jobs: | |
validate-tag: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- uses: taiga-family/ci/actions/setup/[email protected].6 | ||
- uses: taiga-family/ci/actions/setup/[email protected].7 | ||
id: nodejs-workspace | ||
|
||
- name: Get last tag | ||
|