Skip to content

Fixes for the Overall Adherence Percentage #131

Fixes for the Overall Adherence Percentage

Fixes for the Overall Adherence Percentage #131

Workflow file for this run

name: Build
on:
pull_request:
types:
- synchronize
- opened
jobs:
build:
runs-on: ubuntu-22.04
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
# Sets up a Node.js environment, with yarn as the package manager
- uses: actions/setup-node@v3
with:
node-version: 18.18.0
cache: yarn
- name: Install JS dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build