Skip to content

Build(deps-dev): Bump @typescript-eslint/eslint-plugin from 7.13.1 to 7.16.0 #179

Build(deps-dev): Bump @typescript-eslint/eslint-plugin from 7.13.1 to 7.16.0

Build(deps-dev): Bump @typescript-eslint/eslint-plugin from 7.13.1 to 7.16.0 #179

Workflow file for this run

name: format-check
on: pull_request
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Install dependencies
run: pnpm install
- name: Start build
run: pnpm run format:check