SRComp Validate Action
ActionsTags
(1)A GitHub Action to validate a compstate.
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.