Skip to content

chore: adjust CODEOWNERS to team level #412

chore: adjust CODEOWNERS to team level

chore: adjust CODEOWNERS to team level #412

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.14.2
registry-url: 'https://npm.pkg.github.com'
- uses: pnpm/[email protected]
with:
version: 8.10.2
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm lint