Skip to content

Use cloud logging (#254) #159

Use cloud logging (#254)

Use cloud logging (#254) #159

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '^1.15.0'
- uses: actions/checkout@v3
- run: make lint
- run: make build
- run: make test