delete test-ci workflow

This commit is contained in:
onyx-and-iris 2026-02-15 15:42:02 +00:00
parent 03a5d06235
commit 8136eb9a48

View File

@ -1,23 +0,0 @@
name: Test-CI
on:
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.24'
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.6.0
args: --config .golangci.yml