Skip to content

update brand colors #225

update brand colors

update brand colors #225

Workflow file for this run

---
name: Checks
on:
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14.x ]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: git config --global url."https://github.com/".insteadOf ssh://git@github.com/
- run: npm ci
- run: npm run build --if-present