Skip to content

Added full name to initial mention of acronyms #335

Added full name to initial mention of acronyms

Added full name to initial mention of acronyms #335

Workflow file for this run

name: build
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run build
run: yarn run build