Skip to content

Commit

Permalink
CI job to signal success (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
tugrulates committed Aug 3, 2023
1 parent a1f57ab commit 515ba36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: hynek/build-and-inspect-python-package@v1

done:
needs: [lint, test, coverage, build]
runs-on: ubuntu-latest
steps:
- run: "true"

0 comments on commit 515ba36

Please sign in to comment.