mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Fix test stale repositories workflow (#3270)
* fix typo in README.md fixes #3204 * test * Delete main.yml * modify workflow
This commit is contained in:
parent
0c8275112b
commit
f77a13db41
9
.github/workflows/run-check.yaml
vendored
9
.github/workflows/run-check.yaml
vendored
@ -10,7 +10,10 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
go: ['1.15.x']
|
go: ['1.15.x']
|
||||||
steps:
|
steps:
|
||||||
- shell: bash
|
- name: Get dependencies
|
||||||
|
run: |
|
||||||
|
go get -v -t -d ./...
|
||||||
|
- name: run script
|
||||||
|
run: go run test_stale_repositories.go scripts.go
|
||||||
env:
|
env:
|
||||||
OAUTH_TOKEN: ${{secrets.OAUTH_TOKEN}}
|
GITHUB_OAUTH_TOKEN: ${{secrets.OAUTH_TOKEN}}
|
||||||
run: go get -t -v ./... && go run test_stale_repositories.go scripts.go
|
|
Loading…
Reference in New Issue
Block a user