Skip to content

Fix second typo in release-reminder #27

Fix second typo in release-reminder

Fix second typo in release-reminder #27

---
name: Test Pull Request
on:
pull_request:
branches:
- main
jobs:
unit:
name: Unit Tests
runs-on: ubuntu-22.04
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19.x
- name: Checkout
uses: actions/checkout@v3
- name: Run Unit Tests
run: ./scripts/unit.sh