Skip to content

Cs3 docs updated

Cs3 docs updated #147

Workflow file for this run

name: Develop
on:
pull_request:
branches:
- 'develop'
jobs:
pin_requirements:
uses: ./.github/workflows/pin_requirements.yml
secrets: inherit
autoformatting:
needs: pin_requirements
uses: ./.github/workflows/autoformatting.yml
testing:
needs: autoformatting
uses: ./.github/workflows/testing.yml
secrets: inherit