Skip to content

Bump @babel/traverse from 7.20.1 to 7.23.5 #685

Bump @babel/traverse from 7.20.1 to 7.23.5

Bump @babel/traverse from 7.20.1 to 7.23.5 #685

Workflow file for this run

name: Lint PR
on: pull_request
jobs:
eslint:
runs-on: ubuntu-latest
env:
CI: true
steps:
- name: 🛎 Checkout
uses: actions/checkout@v4
- name: 📦 Cache
uses: actions/cache@v3
with:
path: ~/.npm
key: node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
node-
- name: 🎠 npm install
run: npm ci
- name: Lint
uses: a-b-r-o-w-n/eslint-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
files: 'src/**/*'