Skip to content

Add Scala-Yaml to list of users #183

Add Scala-Yaml to list of users

Add Scala-Yaml to list of users #183

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