Skip to content

A GitHub Action to validate a compstate.

Notifications You must be signed in to change notification settings

PeterJCLaw/srcomp-validate-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]