Skip to content

Update dependency typescript to v5.7.3 () #442

Update dependency typescript to v5.7.3 ()

Update dependency typescript to v5.7.3 () #442

Workflow file for this run

name: fix
on:
pull_request:
paths:
- '**/*.ts'
- '**/*.json'
- pnpm-*
- .github/workflows/fix.yaml
push:
branches:
- main
paths:
- '**/*.ts'
- '**/*.json'
- pnpm-*
- .github/workflows/fix.yaml
jobs:
generate:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20
- run: corepack enable pnpm
- run: pnpm i
- run: pnpm run -r lint --fix
- run: pnpm run format
- uses: int128/update-generated-files-action@7eb71af1ae8e30d970ea5512d23fd2f4b0eae44c # v2.56.0