Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 in /website #206

Bump cross-spawn from 7.0.3 to 7.0.6 in /website

Bump cross-spawn from 7.0.3 to 7.0.6 in /website #206

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: .