Skip to content

[ISSUE-62] adds workflow using trestlebot action for create component definition #164

[ISSUE-62] adds workflow using trestlebot action for create component definition

[ISSUE-62] adds workflow using trestlebot action for create component definition #164

Workflow file for this run

name: Evaluate OSCAL content
on:
pull_request:
types: [ opened, review_requested, ready_for_review, reopened, synchronize ]
branches:
- main
jobs:
release:
name: Evaluate OSCAL content
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install Trestle
run: make trestle-install
- name: Validate with Trestle
run: make validate