Skip to content

Add new open positions page #200

Add new open positions page

Add new open positions page #200

Workflow file for this run

on:
pull_request:
jobs:
build_admin:
name: Build site
runs-on: ubuntu-latest
env:
USE_MOCK: 1
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Nodejs
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install dependencies
run: npm ci
working-directory: site
- name: Format
working-directory: site
run: |
npm run format
- name: Build
working-directory: site
run: |
npm run build