Skip to content

Bump @babel/traverse from 7.22.17 to 7.24.6 in /sorters #8

Bump @babel/traverse from 7.22.17 to 7.24.6 in /sorters

Bump @babel/traverse from 7.22.17 to 7.24.6 in /sorters #8

Workflow file for this run

name: Run tests
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Check out this repo
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
- name: Check formatting and run tests
run: |
npm run build
npm run autoformat:check
npm run test