Skip to content

chore: bump @typescript-eslint/parser from 8.12.0 to 8.18.2 #382

chore: bump @typescript-eslint/parser from 8.12.0 to 8.18.2

chore: bump @typescript-eslint/parser from 8.12.0 to 8.18.2 #382

name: Lint and Formatting
on: [pull_request]
jobs:
eslint_and_prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install Dependencies
run: yarn install
- name: Check Code Format
run: npx prettier --check .
- name: Run ESLint
run: npx eslint .