Skip to content

Update CONTRIBUTING.md #32

Update CONTRIBUTING.md

Update CONTRIBUTING.md #32

Workflow file for this run

name: build-and-test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
all:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make
- run: ./run-tests.sh