fixed run-check job

This commit is contained in:
Avelino 2023-10-28 22:04:12 -03:00 committed by GitHub
parent b7e22580d2
commit 8495071046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,6 @@ jobs:
- name: Get dependencies
run: go get -v -t -d ./...
- name: run script
run: go test stale_repositories_test.go scripts.go
run: go test stale_repositories_test.go
env:
OAUTH_TOKEN: ${{secrets.OAUTH_TOKEN}}