Skip to content

Bump @babel/traverse from 7.19.4 to 7.23.2 in /website #193

Bump @babel/traverse from 7.19.4 to 7.23.2 in /website

Bump @babel/traverse from 7.19.4 to 7.23.2 in /website #193

Workflow file for this run

name: CI
on:
push: {}
pull_request: {}
jobs:
generation:
name: Generation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- uses: actions/setup-python@v4
- run: gh --version
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: python -m generation --ci
working-directory: ./scripts
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check nothing changes in blob
run: git diff --exit-code
working-directory: ./blob
- name: Check nothing changes
run: git diff --exit-code
working-directory: .