Skip to content

Bump ad-m/github-push-action from 0.6.0 to 0.8.0 #53

Bump ad-m/github-push-action from 0.6.0 to 0.8.0

Bump ad-m/github-push-action from 0.6.0 to 0.8.0 #53

Workflow file for this run

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