Skip to content

Bump the actions group with 2 updates #377

Bump the actions group with 2 updates

Bump the actions group with 2 updates #377

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
check:
uses: ./.github/workflows/_check.yml
docs:
needs: check
if: needs.check.outputs.branch-pr == ''
uses: ./.github/workflows/_docs.yml