Skip to content

Bump actions/checkout from 2 to 4 #51

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #51

Workflow file for this run

on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: iffy/install-nim@v3
- run: nimble install -y
- run: nimble test
- run: nimble test --gc:arc
- run: nimble buildexamples
- run: nimble gendoc