Skip to content

use slog, refactor TF #229

use slog, refactor TF

use slog, refactor TF #229

Workflow file for this run

name: CI
on:
push:
branches: ['main']
pull_request:
branches: ['main']
workflow_dispatch:
jobs:
ci:
name: CI
runs-on: ['ubuntu-latest']
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.20.x'
- uses: actions/checkout@v3
- run: go build ./...