Skip to content

Change Page ID to match recommended format. #437

Change Page ID to match recommended format.

Change Page ID to match recommended format. #437

Workflow file for this run

name: Build & Lint
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "14.x"
- uses: ruby/setup-ruby@v1
- run: gem install bundler:2.1.4
- run: bundle install
- run: npm install
- run: npm run lint