Skip to content

SRComp Validate Action

Actions
A GitHub Action to validate a compstate
v0.7
Latest
Star (1)

Tags

 (1)

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]

SRComp Validate Action 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.

About

A GitHub Action to validate a compstate
v0.7
Latest

Tags

 (1)

SRComp Validate Action 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.