Skip to content

Added notices to ACT pages in Learn and Develop section, spelling cco… #813

Added notices to ACT pages in Learn and Develop section, spelling cco…

Added notices to ACT pages in Learn and Develop section, spelling cco… #813

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: '18'
- name: Build
run: |
npm ci
npm run build