mirror of
https://github.com/pcvolkmer/idicon.git
synced 2025-04-19 16:46:50 +00:00
17 lines
298 B
YAML
17 lines
298 B
YAML
name: Go test
|
|
|
|
on:
|
|
push:
|
|
branches: [ "master", "main" ]
|
|
pull_request:
|
|
branches: [ "master", "main" ]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: actions/setup-go@v3
|
|
with:
|
|
go-version: '1.18'
|
|
- run: go test |