Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Bump @babel/traverse from 7.18.2 to 7.23.7 #511

Bump @babel/traverse from 7.18.2 to 7.23.7

Bump @babel/traverse from 7.18.2 to 7.23.7 #511

Workflow file for this run

name: 'build-and-test'
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn install
- run: yarn run all
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
# This only tests *not* closing a PR
exclude-regex: 'nonexistantfileregex'
repo-token: ${{ secrets.GITHUB_TOKEN }}
message: 'Test message'