Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

build(deps-dev): bump @typescript-eslint/eslint-plugin (#122) #294

build(deps-dev): bump @typescript-eslint/eslint-plugin (#122)

build(deps-dev): bump @typescript-eslint/eslint-plugin (#122) #294

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: "20"
cache: "pnpm"
- run: pnpm install
- run: pnpm run lint
- run: pnpm run compile
- run: pnpm test