Skip to content

Bump @babel/traverse from 7.23.0 to 7.23.2 (#565) #209

Bump @babel/traverse from 7.23.0 to 7.23.2 (#565)

Bump @babel/traverse from 7.23.0 to 7.23.2 (#565) #209

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Check linting
run: yarn lint
- name: Build typescript & flow
run: yarn build