Skip to content

Fix some typos in various src/.yaml and ReadMe #192

Fix some typos in various src/.yaml and ReadMe

Fix some typos in various src/.yaml and ReadMe #192

Workflow file for this run

name: yaml-test-suite Repository Testing
on:
push:
pull_request:
types: [opened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make test
# - uses: mxschmitt/action-tmate@v3