Skip to content

Update dependency msw to v2.7.0 (create-deploy-pull-request) #894

Update dependency msw to v2.7.0 (create-deploy-pull-request)

Update dependency msw to v2.7.0 (create-deploy-pull-request) #894

Workflow file for this run

name: autofix
on:
pull_request:
paths:
- '**/*.ts'
- '*.json'
- '*.yaml'
- .github/workflows/autofix.yaml
jobs:
autofix:
runs-on: ubuntu-latest
timeout-minutes: 10
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 format
- run: pnpm lint
- uses: int128/update-generated-files-action@7eb71af1ae8e30d970ea5512d23fd2f4b0eae44c # v2.56.0