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

chore: deprecation notice #272

chore: deprecation notice

chore: deprecation notice #272

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
star:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- run: pnpm install --frozen-lockfile
- name: Lint code
run: pnpm lint:ci