Skip to content

Bump @babel/traverse in /.repo/sample-list-generator #341

Bump @babel/traverse in /.repo/sample-list-generator

Bump @babel/traverse in /.repo/sample-list-generator #341

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run lint