Skip to content

Use shared workflows and linter/releaser configs #4

Use shared workflows and linter/releaser configs

Use shared workflows and linter/releaser configs #4

Workflow file for this run

on:
push:
branches: [ main ]
tags:
# so a vX.Y.Z-test1 doesn't trigger build
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-pre*'
pull_request:
branches: [ main ]
jobs:
call-codecov:
uses: fortio/workflows/.github/workflows/codecov.yml@main
call-codeql:
uses: fortio/workflows/.github/workflows/codeql-analysis.yml@main
call-releaser:
uses: fortio/workflows/.github/workflows/releaser.yml@main
with:
description: "Fortio multi curl"