Skip to content

Bump @babel/traverse from 7.22.4 to 7.23.2 in /.github/actions/bump-version #479

Bump @babel/traverse from 7.22.4 to 7.23.2 in /.github/actions/bump-version

Bump @babel/traverse from 7.22.4 to 7.23.2 in /.github/actions/bump-version #479

Workflow file for this run

name: Pull Request
on:
pull_request: {}
push:
branches:
- main
workflow_dispatch: {}
jobs:
run-tests:
uses: './.github/workflows/testing.yaml'
build-docs:
name: Build docs with pdoc
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build docs with pdoc
uses: './.github/actions/build-docs'