Skip to content

build(deps): bump JamesIves/github-pages-deploy-action from 4.7.6 to 4.8.0 #245

build(deps): bump JamesIves/github-pages-deploy-action from 4.7.6 to 4.8.0

build(deps): bump JamesIves/github-pages-deploy-action from 4.7.6 to 4.8.0 #245

Workflow file for this run

name: Linter
on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run ESLint check
run: pnpm lint
- name: Run Prettier check
run: pnpm format:check