Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranSukhavasi authored Oct 30, 2024
1 parent 0d8c036 commit 241f9b3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
name: Test
on:
push:
branches:
- main
pull_request:

jobs:
go:
name: Test Go packages
runs-on: ubuntu-latest
container:
image: golang:alpine
steps:
- name: Check out repository code
uses: actions/checkout@v4

0 comments on commit 241f9b3

Please sign in to comment.