Skip to content

Commit

Permalink
piglet sync pandora github actions
Browse files Browse the repository at this point in the history
piglet sync pandora github actions
  • Loading branch information
oke11o committed Oct 23, 2023
1 parent a00be71 commit f43b354
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: Go

on:
push:

jobs:

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19

- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./...
1 change: 1 addition & 0 deletions .mapping.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
".github/workflows/go.yaml":"load/projects/pandora/.github/workflows/go.yaml",
".gitignore":"load/projects/pandora/.gitignore",
".goxc.json":"load/projects/pandora/.goxc.json",
".travis.yml":"load/projects/pandora/.travis.yml",
Expand Down

0 comments on commit f43b354

Please sign in to comment.