Skip to content

debian: lowercase unstable #15

debian: lowercase unstable

debian: lowercase unstable #15

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Test
strategy:
matrix:
go-version: [1.17.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{matrix.platform}}
steps:
- name: Set up Go ${{matrix.go-version}}
uses: actions/setup-go@v3
with:
go-version: ${{matrix.go-version}}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Download Go modules
run: go mod download
env:
GOPROXY: https://proxy.golang.org
- name: Download tonobo task
run: curl -Ls https://git.io/ttask.sh | sh
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
- name: Run task ci
run: ./bin/task ci