Skip to content

fix: default x-log-level should be info #162

fix: default x-log-level should be info

fix: default x-log-level should be info #162

Workflow file for this run

name: CI
on:
push:
branches:
- *

Check failure on line 6 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.19'
run: make test