Skip to content

chore(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3 (#11) #93

chore(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3 (#11)

chore(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3 (#11) #93

Workflow file for this run

name: Main Branch Check
on:
push:
branches:
- main
paths:
- 'src/**/*.*'
- pnpm-lock.yaml
- netlify.toml
- .github/workflows/main.yaml
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Setup
uses: vkbansal/pnpm-setup-action@main
- name: Lint
run: pnpm run --if-present lint
typecheck:
name: TypeCheck
runs-on: ubuntu-latest
steps:
- name: Setup
uses: vkbansal/pnpm-setup-action@main
- name: Type Check
run: pnpm run --if-present typecheck
prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- name: Setup
uses: vkbansal/pnpm-setup-action@main
- name: Prettier
run: pnpm run --if-present fmtc