Skip to content

Bump @babel/traverse from 7.21.2 to 7.23.2 in /docs #2057

Bump @babel/traverse from 7.21.2 to 7.23.2 in /docs

Bump @babel/traverse from 7.21.2 to 7.23.2 in /docs #2057

Workflow file for this run

name: Shellcheck
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run shellcheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: "-e SC2148"