Swimm Verify
ActionsTags
(2)Verified
Verify Swimm units as part of your workflow.
Follow the example below to verify your Swimm documentation on Pull-Requests.
name: Swimm
on: pull_request
jobs:
Verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # pulling the commits history is required for the verification to function properly
- uses: swimmio/[email protected]
Swimm Verify is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.