Skip to content

Bump @babel/traverse from 7.18.5 to 7.23.2 #30

Bump @babel/traverse from 7.18.5 to 7.23.2

Bump @babel/traverse from 7.18.5 to 7.23.2 #30

Workflow file for this run

name: Pull Requests
on:
push:
branches-ignore:
- "main"
- "master"
- "development"
- "releases/v*"
pull_request:
branches:
- "releases/v*"
- development
jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets: inherit
formatCheck:
name: Checks Source Code Formatting
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- uses: Ortus-Solutions/[email protected]
with:
cmd: run-script format:check