Skip to content

Merge branch 'main' of https://github.com/yorukot/superfile #744

Merge branch 'main' of https://github.com/yorukot/superfile

Merge branch 'main' of https://github.com/yorukot/superfile #744

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 ./...