Skip to content

Add Prolog icon (#23) #27

Add Prolog icon (#23)

Add Prolog icon (#23) #27

Workflow file for this run

name: Run Unit Tests
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Run Unit Tests
run: make test-unit