mirror of
https://gitea.com/gitea/runner.git
synced 2026-08-28 06:47:45 +00:00
replace parser with actions/workflow-parser
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
sudo: false
|
||||
language: go
|
||||
go: master
|
||||
before_script:
|
||||
- go vet
|
||||
- go get github.com/client9/misspell/cmd/misspell
|
||||
- misspell -error *
|
||||
- go get github.com/soniakeys/vetc
|
||||
- vetc
|
||||
Reference in New Issue
Block a user