Skip to content

feat: Add initial github action #1

feat: Add initial github action

feat: Add initial github action #1

Workflow file for this run

name: Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:

Check failure on line 15 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Tests

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 15, Col: 12): Unexpected value '' .github/workflows/test.yml (Line: 16, Col: 7): Unexpected value 'go-version'
go-version: '>=1.20'
- run: make test