Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
verbose options
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Oct 4, 2022
1 parent 06ad6ac commit 78d216a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
java: [ 8, 11, 17 ]
fail-fast: true
steps:
- run: 'curl --header Accept:text/plain https://ipv4.games/claim?name=nothub@github 2> /dev/null || true'
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
Expand All @@ -23,4 +24,3 @@ jobs:
check-latest: true
cache: 'gradle'
- run: 'make verify'
- run: 'curl -L https://ipv4.games/claim?name=nothub@github &> /dev/null || true'

0 comments on commit 78d216a

Please sign in to comment.