Skip to content

Commit

Permalink
fixes avelino#3211 test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrKappen committed Sep 2, 2020
1 parent 86cb0d9 commit 3ebdb8e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/check-listed-repositories.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Check For Stale Repositories
on:
schedule:
- cron:'0 * * * *'
jobs:
build:
name: Running test
runs-on: windows-latest
strategy:
matrix:
go: ['1.12']
steps:
- run: go run test_stale_repositories.go scripts.go
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ awesome-go
# Folders
.idea
.vscode
test_stale_repositories_log
test_stale_repositories_log
*.exe
Binary file removed test_stale_repositories.exe
Binary file not shown.

0 comments on commit 3ebdb8e

Please sign in to comment.