diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2023-03-26 18:31:50 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2023-03-26 18:31:50 +0200 |
| commit | 5aa7c4f9499135dd12162045e441f5215ee050aa (patch) | |
| tree | 4f95f9f2daedb0053a0b6a95a8e354d76b3c115d /php/tcpdf/.github/workflows/lint-docs.yml | |
| download | calendrier-menstruel-5aa7c4f9499135dd12162045e441f5215ee050aa.tar.gz calendrier-menstruel-5aa7c4f9499135dd12162045e441f5215ee050aa.tar.zst calendrier-menstruel-5aa7c4f9499135dd12162045e441f5215ee050aa.zip | |
Full working app
Diffstat (limited to 'php/tcpdf/.github/workflows/lint-docs.yml')
| -rw-r--r-- | php/tcpdf/.github/workflows/lint-docs.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/php/tcpdf/.github/workflows/lint-docs.yml b/php/tcpdf/.github/workflows/lint-docs.yml new file mode 100644 index 0000000..7cc3850 --- /dev/null +++ b/php/tcpdf/.github/workflows/lint-docs.yml @@ -0,0 +1,20 @@ +name: lint php documentation + +on: + push: + pull_request: + types: [opened, synchronize, reopened] + branches: + - main + +jobs: + lint-docs: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: lint php documentation + uses: sudo-bot/action-doctum@dev + with: + config-file: scripts/doctum.php + method: "parse" + cli-args: "--output-format=github --no-ansi --no-progress -v --ignore-parse-errors" |
