Skip to content

Bump globals from 15.2.0 to 15.3.0 #423

Bump globals from 15.2.0 to 15.3.0

Bump globals from 15.2.0 to 15.3.0 #423

Workflow file for this run

name: Check
on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
jobs:
Check:
runs-on: ubuntu-latest
steps:
- name: Yarn PnP Setup
uses: Araxeus/setup-yarn-pnp-action@v1
- name: Run Checks
run: yarn check
- name: Run build
run: yarn build