fortio.org/log@v1.12.2/.github/workflows/include.yml (about)

     1  # Same as full workflow (eg from fortio/multicurl) but without the goreleaser step
     2  name: "Shared library fortio workflows"
     3  
     4  on:
     5      push:
     6        branches: [ main ]
     7      pull_request:
     8        branches: [ main ]
     9  
    10  jobs:
    11      call-gochecks:
    12          uses: fortio/workflows/.github/workflows/gochecks.yml@main
    13      call-codecov:
    14          uses: fortio/workflows/.github/workflows/codecov.yml@main
    15      call-codeql:
    16          uses: fortio/workflows/.github/workflows/codeql-analysis.yml@main
    17          permissions:
    18              actions: read
    19              contents: read
    20              security-events: write