Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

feat: Notifications #123

feat: Notifications

feat: Notifications #123

Workflow file for this run

name: Go Test
on:
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Test
run: go test -v ./tests