Skip to content

finished mini c challenge #74

finished mini c challenge

finished mini c challenge #74

Workflow file for this run

name: level1-challenge-test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Build Application
run: make all
- name: Run Tests
run: ./build/challenge