https://github.com/peterjclaw/srcomp-validate-action
A GitHub Action to validate a compstate.
https://github.com/peterjclaw/srcomp-validate-action
github-actions srcomp
Last synced: 11 months ago
JSON representation
A GitHub Action to validate a compstate.
- Host: GitHub
- URL: https://github.com/peterjclaw/srcomp-validate-action
- Owner: PeterJCLaw
- Created: 2022-03-27T20:33:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T16:37:53.000Z (about 2 years ago)
- Last Synced: 2025-05-13T21:17:07.535Z (about 1 year ago)
- Topics: github-actions, srcomp
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
``` yaml
name: Validate
on:
push:
branches:
- main
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: PeterJCLaw/srcomp-validate-action@v0.7
```