Skip to content

Merge pull request #481 from CommandJoo/fix-symlink-no-dir #763

Merge pull request #481 from CommandJoo/fix-symlink-no-dir

Merge pull request #481 from CommandJoo/fix-symlink-no-dir #763

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