Skip to content

Commit

Permalink
ci: commit lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ppiwow-apay committed Jan 16, 2025
1 parent 103bead commit 5ab585a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
node-version: '20.x'
- run: |
yarn install --immutable
npx commitlint --version
npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
./ci/lint.sh
Expand All @@ -24,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
typescript_version: [4.x, 5.2.2, latest]
typescript_version: [latest]

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export COREPACK_ENABLE_DOWNLOAD_PROMPT=0

yarn install --immutable
yarn tsc
yarn test:all
yarn test:all
yarn build:backend --config ../../app-config.yaml --config ../../app-config.local.yaml

0 comments on commit 5ab585a

Please sign in to comment.