Skip to content

Update astro monorepo #4126

Update astro monorepo

Update astro monorepo #4126

Workflow file for this run

name: Linter ✏️
on:
push:
branches:
- main
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 15, 16]
steps:
- uses: actions/checkout@v4
- name: Yarn 🧶
run: |
yarn
- name: Typescript Linting ✏️
run: |
yarn lint