clean: remove agent 💩

This commit is contained in:
naiba 2023-05-11 00:13:11 +08:00
parent 65afad89eb
commit 49878d0ce9
3 changed files with 0 additions and 4 deletions

View File

@ -20,7 +20,6 @@ jobs:
- name: Build test
run: |
go build cmd/dashboard/main.go
go build cmd/agent/main.go
- name: Run Gosec Security Scanner
run: |
go install github.com/securego/gosec/v2/cmd/gosec@latest

View File

@ -5,7 +5,6 @@ on:
branches:
- master
paths-ignore:
- ".github/workflows/agent.yml"
- ".github/workflows/codeql-analysis.yml"
- ".github/workflows/test-on-pr.yml"
- ".github/workflows/contributors.yml"
@ -28,7 +27,6 @@ jobs:
- name: Build test
run: |
go build cmd/dashboard/main.go
go build cmd/agent/main.go
- name: Run Gosec Security Scanner
run: |
go install github.com/securego/gosec/v2/cmd/gosec@latest

1
.gitignore vendored
View File

@ -16,7 +16,6 @@
/dist
.DS_Store
/main
/cmd/agent/main
/cmd/dashboard/main
/config.yml
/resource/template/theme-custom