Skip to content

Commit

Permalink
try will it build?
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 committed Jan 24, 2021
1 parent 0a0e6e6 commit f983706
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -47,3 +47,11 @@ jobs:
coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

will-it-build:
name: Will it build?
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: jugmac00/will-it-build@main

0 comments on commit f983706

Please sign in to comment.