Skip to content

Add prettier and Go tests #3

Add prettier and Go tests

Add prettier and Go tests #3

Workflow file for this run

name: Test the code
on:
push:
branches: ["*"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Run Prettier
id: prettier-run
uses: rutajdash/[email protected]
- name: Run Go tests
run: go test -v ./...