Skip to content

Some cleaning.

Some cleaning. #14

Workflow file for this run

name: test-golang
on: [push, pull_request]
jobs:
runs-on: ubuntu-latest

Check failure on line 5 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yaml

Invalid workflow file

You have an error in your yaml syntax on line 5
test:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run tests
run: |
make test