remove phishstats check since the csv file is not provided any more #76
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: test, scan and release | |
| on: [push] | |
| jobs: | |
| go-test-scan: | |
| uses: jreisinger/github-actions/.github/workflows/go-test-scan.yml@main | |
| go-release: | |
| needs: | |
| - go-test-scan | |
| uses: jreisinger/github-actions/.github/workflows/go-release.yml@main |