Skip to content

build(deps): bump @babel/traverse from 7.11.0 to 7.23.2 #253

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

build(deps): bump @babel/traverse from 7.11.0 to 7.23.2 #253

Workflow file for this run

name: run eslint on code
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install modules
run: yarn
- name: run lint
run: yarn lint
env:
CI: true