Skip to content

build: add github actions #1

build: add github actions

build: add github actions #1

Workflow file for this run

name: Run Unit Tests
on: [push]
jobs:
run-unit-tests:

Check failure on line 6 in .github/workflows/run-unit-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/run-unit-tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.22.1'
- name: Run Unit Tests
run: make test