Skip to content

chore: synced file(s) with cds-snc/site-reliability-engineering #288

chore: synced file(s) with cds-snc/site-reliability-engineering

chore: synced file(s) with cds-snc/site-reliability-engineering #288

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
jobs:
build-deploy:
name: Build
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Install
run: npm install
- name: Build
run: npm run build