Skip to content

swimmio/swimm-verify-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swimm Verify GitHub Action

Verify Swimm units as part of your workflow.

Usage

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/swimm-verify-action@v1.4