Skip to content

Pass correct numer of arguments to type function. #7

Pass correct numer of arguments to type function.

Pass correct numer of arguments to type function. #7

Workflow file for this run

name: Testing
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build_and_test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make
- run: make check