Remove jobparser because of moving to Gitea main project (#155)

Reviewed-on: https://gitea.com/gitea/act/pulls/155
Reviewed-by: silverwind <silverwind@noreply.gitea.com>
Reviewed-by: ChristopherHX <christopherhx@noreply.gitea.com>
This commit is contained in:
Lunny Xiao
2026-02-22 19:04:16 +00:00
parent 43e6958fa3
commit ddf9159a8f
26 changed files with 0 additions and 1927 deletions

View File

@@ -16,6 +16,3 @@ jobs:
run: go vet -v ./...
- name: build
run: go build -v ./...
- name: test
run: | # Test only the new packages in this fork. Add more packages as needed.
go test -v ./pkg/jobparser