Skip to content

Commit

Permalink
re-use workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jreisinger committed Dec 20, 2022
1 parent 307f217 commit 3f887f2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 108 deletions.
70 changes: 0 additions & 70 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/release.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: test and release

on: [push]

jobs:
go:
uses: jreisinger/github-actions/.github/workflows/go.yml@main
go-release:
needs:
- go
uses: jreisinger/github-actions/.github/workflows/go-releaser.yml@main

0 comments on commit 3f887f2

Please sign in to comment.