This repository was archived by the owner on Apr 2, 2025. It is now read-only.
Bump react-hook-form from 7.53.2 to 7.54.0 #681
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: autofix.ci | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
- develop | |
permissions: | |
contents: read | |
jobs: | |
autofix: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Code | |
uses: actions/checkout@v4 | |
- name: Configure Node.js 20 | |
uses: actions/setup-node@v4 | |
with: | |
node-version: 20 | |
- name: Install pnpm | |
uses: pnpm/[email protected] | |
- name: Install Packages | |
run: pnpm install | |
- name: TypeScript Check | |
run: pnpm type:check | |
- name: Run AutoFix | |
uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c |