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

GitHub Action

SRComp Validate Action

v0.5

SRComp Validate Action

play

SRComp Validate Action

A GitHub Action to validate a compstate

Installation

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

              

- name: SRComp Validate Action

uses: PeterJCLaw/[email protected]

Learn more about this action in PeterJCLaw/srcomp-validate-action

Choose a version

SRComp Validate Action

A GitHub Action to validate a compstate.

Usage

This action aims to be a fully self-contained validator for Compstate repos. Usage is therefore very simple:

name: Validate

on:
  push:
    branches:
      - main
  pull_request:

jobs:
  validate:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: PeterJCLaw/[email protected]