Skip to content

FEE-379 Update modal header to h2 for accessibility #1366

FEE-379 Update modal header to h2 for accessibility

FEE-379 Update modal header to h2 for accessibility #1366

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests.
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn install --immutable
- run: yarn lint
- run: yarn format
- run: yarn test