Skip to content

Support the usage of Jsony and Debby in projects automatically #3

Support the usage of Jsony and Debby in projects automatically

Support the usage of Jsony and Debby in projects automatically #3

Workflow file for this run

name: Run Tests
on:
[push, pull_request]
env:
nim-version: 'stable'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ env.nim-version }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: nimble install -Y
- run: nimble test