Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 416 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 416 Bytes

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]