Skip to content

Commit

Permalink
ci(strict): fix upload archive path
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Jun 26, 2024
1 parent d3c28e2 commit 092e7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/strict-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
ROOT=$(pwd)
npm install -g @aivenio/[email protected]
cd ./packages/core
pnpm exec tsc --strictNullChecks --strictPropertyInitialization --noEmit --pretty false | npx tsc-output-parser > $ROOT/strict_${{ matrix.branch }}.json
npx tsc --strictNullChecks --strictPropertyInitialization --noEmit --pretty false | npx tsc-output-parser > $ROOT/strict_${{ matrix.branch }}.json
pnpm lint --format json -o $ROOT/eslint_${{ matrix.branch }}.json
cd $ROOT
Expand Down

0 comments on commit 092e7c5

Please sign in to comment.