Skip to content

Merge pull request #499 from webcat12345/renovate/major-eslint-monorepo #137

Merge pull request #499 from webcat12345/renovate/major-eslint-monorepo

Merge pull request #499 from webcat12345/renovate/major-eslint-monorepo #137

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
yarn install
yarn build