Skip to content

feat: adding subject to AS spec #58

feat: adding subject to AS spec

feat: adding subject to AS spec #58

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
- uses: pnpm/action-setup@v3
- name: Lint
run: |
pnpm install --frozen-lockfile
pnpm lint