move logger setup into terminal so it can be used across projects, ti… #7
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
# Same as full workflow (eg from fortio/multicurl) but without the goreleaser step | |
name: "Shared library fortio workflows" | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
call-gochecks: | |
uses: fortio/workflows/.github/workflows/gochecks.yml@main | |
call-codecov: | |
uses: fortio/workflows/.github/workflows/codecov.yml@main | |
call-codeql: | |
uses: fortio/workflows/.github/workflows/codeql-analysis.yml@main |