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:
|
||||
go: ['1.15.x']
|
||||
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:
|
||||
OAUTH_TOKEN: ${{secrets.OAUTH_TOKEN}}
|
||||
run: go get -t -v ./... && go run test_stale_repositories.go scripts.go
|
||||
GITHUB_OAUTH_TOKEN: ${{secrets.OAUTH_TOKEN}}
|
Loading…
Reference in New Issue
Block a user