Skip to content

Add CRA steward section and SECURITY.md reference to security docs [HMS-10902] #586

Add CRA steward section and SECURITY.md reference to security docs [HMS-10902]

Add CRA steward section and SECURITY.md reference to security docs [HMS-10902] #586

Workflow file for this run

name: Test deployment
on:
pull_request:
branches:
- main
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 18
cache: yarn
cache-dependency-path: package-lock.json
- name: Install dependencies
run: make install-dependencies
- name: Test build website
run: make build-website