swimmio / swimm-verify-action

Github Action for running swimm-verify on PR.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.3

About

Github Action for running swimm-verify on PR.

License:MIT License