Skip to content

Initial implementation of leap exercise #144

Initial implementation of leap exercise

Initial implementation of leap exercise #144

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- name: Run tests for all exercises
run: bin/test