Skip to content

clean up

clean up #25

Workflow file for this run

name: Build & Test
on:
push:
branches-ignore:
- main
permissions:
contents: write
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install 🔧
run: yarn --ci
- name: Build 👷‍♂️
run: yarn build