Skip to content

Add base href to all projects (all NX projects) #1

Add base href to all projects (all NX projects)

Add base href to all projects (all NX projects) #1

Workflow file for this run

name: Sanity
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: '18'
- name: Install dependencies
run: npm i
- name: Sanity
run: npm run sanity