Skip to content

Bump @babel/traverse from 7.11.0 to 7.25.6 #106

Bump @babel/traverse from 7.11.0 to 7.25.6

Bump @babel/traverse from 7.11.0 to 7.25.6 #106

Workflow file for this run

name: Tests
on:
push:
branches:
- master
- 'release-*'
pull_request:
branches:
- master
- 'release-*'
# This tells GH that the workflow is reusable
workflow_call:
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Run Setup
uses: ./.github/actions/setup
- name: Run tests
run: yarn test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Run Setup
uses: ./.github/actions/setup
- name: Run linter
run: yarn lint:js