Skip to content

wr-426: display new comment notification on all pages #1291

wr-426: display new comment notification on all pages

wr-426: display new comment notification on all pages #1291

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- development
- production
workflow_dispatch:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout Source Code
uses: actions/checkout@v3
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- name: Install Dependencies
run: |
npm ci --include=dev
- name: Code Linting
run: |
npm run lint