Skip to content

build(deps): bump @babel/traverse from 7.11.5 to 7.23.2 #36

build(deps): bump @babel/traverse from 7.11.5 to 7.23.2

build(deps): bump @babel/traverse from 7.11.5 to 7.23.2 #36

name: Pull Request Validation
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
merge_group:
types: [checks_requested]
branches: [master]
concurrency:
group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
cancel-in-progress: true
jobs:
test:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- run: yarn install
- run: yarn test
type-check:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- run: yarn install
- run: yarn type