Skip to content

Bump @babel/traverse from 7.15.4 to 7.23.9 (#147) #25

Bump @babel/traverse from 7.15.4 to 7.23.9 (#147)

Bump @babel/traverse from 7.15.4 to 7.23.9 (#147) #25

Workflow file for this run

# Workflow for code checks
name: Check code
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: yarn install
- run: yarn run lint:prettier:check
- run: yarn run lint:types:check