Skip to content

Commit

Permalink
Use custom GitHub Action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
c032 committed Aug 4, 2024
1 parent e23ce50 commit 1869ee6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 27 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/check.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ on:

jobs:
check:
uses: "./.github/workflows/check.yml"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "c032/gha-go@main"

0 comments on commit 1869ee6

Please sign in to comment.