Skip to content

add newline for slack #11

add newline for slack

add newline for slack #11

Workflow file for this run

name: Test
on:
push:
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Golang
uses: actions/setup-go@v4
- name: Run tests
run: make test