Skip to content

Commit

Permalink
remove sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 7, 2025
1 parent 922964a commit af8a6ac
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: COVERAGE

on:
push:

jobs:

pass:
runs-on: ubuntu-latest

steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- name: Test a project
uses: ./actions/pdoc
with:
working-directory: .github/coverage

0 comments on commit af8a6ac

Please sign in to comment.