Skip to content

Ignore windows testing for now #5

Ignore windows testing for now

Ignore windows testing for now #5

Workflow file for this run

on:
pull_request:
branches:
- main
push:
branches:
- devel
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup nim
uses: jiro4989/setup-nim-action@v2
with:
nim-version: stable
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: nimble install -y
- run: nimble gendoc