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

chore(deps): update all non-major dependencies #33

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #33

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