Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

fix: hamburger menu fill (#374) #542

fix: hamburger menu fill (#374)

fix: hamburger menu fill (#374) #542

Workflow file for this run

name: Build
on:
push:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: install dependencies
run: npm ci
- name: run build
run: npm run build