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

fix: get params must be in query #38

fix: get params must be in query

fix: get params must be in query #38

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npx nx run-many --target=lint --all=true