Skip to content

⬆️ Bump @babel/traverse from 7.14.8 to 7.23.2 #41

⬆️ Bump @babel/traverse from 7.14.8 to 7.23.2

⬆️ Bump @babel/traverse from 7.14.8 to 7.23.2 #41

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint