Update actions/checkout digest to 9bb5618 - autoclosed #404
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: GH push | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
build: | |
uses: ./.github/workflows/build-jobs.yml | |
secrets: inherit | |
test: | |
uses: ./.github/workflows/test-jobs.yml | |
secrets: inherit |