Skip to content

fix : Ran gofmt on the code, fix typos, fix code duplication in trash… #954

fix : Ran gofmt on the code, fix typos, fix code duplication in trash…

fix : Ran gofmt on the code, fix typos, fix code duplication in trash… #954

name: Go
on: [push]
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: Build
run: |
go build
- name: Test
run: go test ./...