Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
check-square

GitHub Action

Swimm Verify

v1.2

Swimm Verify

check-square

Swimm Verify

Verify your Swimm units are up-to-date

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Swimm Verify

uses: swimmio/swimm-verify-action@v1.2

Learn more about this action in swimmio/swimm-verify-action

Choose a version

Swimm Verify GitHub Action

Verify Swimm units as part of your workflow.

Usage

Follow the example below to verify your Swimm units on Pull-Requests.

name: Swimm
on: pull_request
jobs:
  Verify:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
        with:
          fetch-depth: 0 # pulling the commits history is required for the verification to function properly
      - uses: swimmio/swimm-verify-action@v1.2