Skip to content

Segregation cleanup 1 #31

Segregation cleanup 1

Segregation cleanup 1 #31

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 30
name: CI
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "18"
- name: Install Dependencies
run: |
yarn --cwd eslint-config-maasglobal-ts
yarn --cwd maasglobal-prelude-ts
yarn --cwd maasglobal-template-ts
yarn --cwd maasglobal-guide-ts
- name: Run Tests
run: |
yarn --cwd eslint-config-maasglobal-ts ci
yarn --cwd maasglobal-prelude-ts ci
yarn --cwd maasglobal-template-ts ci
yarn --cwd maasglobal-guide-ts ci