Skip to content

feat: combine ad2bs and bs2ad in one project #4

feat: combine ad2bs and bs2ad in one project

feat: combine ad2bs and bs2ad in one project #4

Workflow file for this run

name: Github CI
on:
push:
branch: ["main"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Lint Code
uses: golangci/golangci-lint-action@v6
with:
args: --timeout=5m
- name: Run Test
run: go test -v ./...