Skip to content

New exercise: Pop Count (#190) #146

New exercise: Pop Count (#190)

New exercise: Pop Count (#190) #146

Workflow file for this run

# Run all tests for commits to master
name: jq / main
on:
push:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install software
run: sudo apt update && sudo apt -y install jq bats
- name: Run tests for all exercises
run: bash bin/ci