Skip to content

[recnet-web] Rename recform components #362

[recnet-web] Rename recform components

[recnet-web] Rename recform components #362

Workflow file for this run

name: lint/test/typecheck
on:
push:
branches:
- master
pull_request:
permissions:
actions: read
contents: read
env:
TEST_JWT: ${{ secrets.TEST_JWT }}
NX_NO_CLOUD: ${{ secrets.NX_NO_CLOUD }}
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# Connect your workspace on nx.app and uncomment this to enable task distribution.
# The "--stop-agents-after" is optional, but allows idle agents to shut down once the "e2e-ci" targets have been requested
# - run: pnpm exec nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="e2e-ci"
- uses: pnpm/action-setup@v2
with:
version: 8.15.5
# Cache node_modules
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- uses: nrwl/nx-set-shas@v4
- run: pnpm nx run-many -t typecheck
- run: pnpm nx run-many -t format:check
- run: pnpm nx run-many -t lint
- run: pnpm nx run-many -t test