Skip to content

build frontend

build frontend #10

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
# Needed for nx-set-shas when run on the main branch
permissions:
actions: read
contents: read
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
with:
version: 8
run_install: false
- uses: actions/setup-node@v3
with:
node-version: 20
cache: pnpm
- run: pnpm install
# - uses: nrwl/nx-set-shas@v4
- run: pnpm nx run-many -t lint build