Skip to content

Commit

Permalink
Ping workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Feb 7, 2025
1 parent c65dc6e commit a2fe1cb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: test2
on:
pull_request:
push:
branches:
- master
workflow_dispatch:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
cache: false
go-version: '^1.23'
- uses: actions/checkout@v4
- uses: n8maninger/action-golang-test@v2

0 comments on commit a2fe1cb

Please sign in to comment.