#73 Bumping runtypes config version since now it … #73
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI Pipeline | |
# On each commit to PR to main branch. | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
ci_job: | |
uses: ./.github/workflows/build-and-test.yml | |
with: | |
fetch-depth: 1 # No need to fetch whole history for CI |