Skip to content

Commit

Permalink
Switch to shared workflow and update dependencies (#124)
Browse files Browse the repository at this point in the history
* Switch to shared workflow and update dependencies

* update to latest cli
  • Loading branch information
ldemailly authored Mar 22, 2024
1 parent 608ce8b commit d758ff1
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 409 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/codecov.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

32 changes: 32 additions & 0 deletions .github/workflows/include.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Remember to change/update `description` below when copying
# this include
name: "Shared cli/server fortio workflows"
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-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
permissions:
actions: read
contents: read
security-events: write
call-releaser:
uses: fortio/workflows/.github/workflows/releaser.yml@main
with:
description: "Fortio delta tool"
secrets:
GH_PAT: ${{ secrets.GH_PAT }}
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
DOCKER_USER: ${{ secrets.DOCKER_USER }}
40 changes: 0 additions & 40 deletions .github/workflows/releaser.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
.goreleaser.yaml
.golangci.yml
coverage.out
delta
173 changes: 0 additions & 173 deletions .golangci.yml

This file was deleted.

Loading

0 comments on commit d758ff1

Please sign in to comment.