Skip to content

Added back text about getting involved #4

Added back text about getting involved

Added back text about getting involved #4

Workflow file for this run

name: Test Action
on:
push:
branches:
main
jobs:
test:
runs-on: ubuntu-latest
name: Builds the ReSpec HTML
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run respec_action
uses: edsu/respec-action@v0.1.5