Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

bugITwhisperer: fix test - introduction element is highlighted (Issue #378) #549

bugITwhisperer: fix test - introduction element is highlighted (Issue #378)

bugITwhisperer: fix test - introduction element is highlighted (Issue #378) #549

Workflow file for this run

name: Build
on:
push:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: install dependencies
run: npm ci
- name: run build
run: npm run build