Skip to content

add 7702 auth check #266

add 7702 auth check

add 7702 auth check #266

Workflow file for this run

name: Lint the Pull Request
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
uses: ./.github/actions/install-dependencies
- name: Install dependencies
run: pnpm install
- name: Run format check
run: pnpm run lint:fix && pnpm run lint
- uses: stefanzweifel/git-auto-commit-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: 'chore: format'
commit_user_name: 'github-actions[bot]'
commit_user_email: 'github-actions[bot]@users.noreply.github.com'