Skip to content

Update dependency typescript to v5.7.3 #2800

Update dependency typescript to v5.7.3

Update dependency typescript to v5.7.3 #2800

Workflow file for this run

---
name: pre-commit
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: pre-commit/[email protected]
with:
extra_args: -a --show-diff-on-failure