Skip to content

Merge pull request #27 from zacharyLYH/zac-boost-ui #104

Merge pull request #27 from zacharyLYH/zac-boost-ui

Merge pull request #27 from zacharyLYH/zac-boost-ui #104

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: "18.14.0" # You can specify your Node version here
- name: Install dependencies
run: yarn install
- name: Run lint
run: yarn run lint