Skip to content

Add the brand_color_hex_code into the predirect page #460

Add the brand_color_hex_code into the predirect page

Add the brand_color_hex_code into the predirect page #460

Workflow file for this run

name: Lint
on: pull_request
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
check-latest: true
- name: Install Node.js dependencies
run: npm ci
- name: Run eslint
run: npm run lint