Skip to content

Added section about contributing to readme. #46

Added section about contributing to readme.

Added section about contributing to readme. #46

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
container: ghcr.io/logsem/iris-tutorial
steps:
- uses: actions/checkout@v3
- name: install-gawk
run: apt install gawk -y
- name: make-ci
run: make ci -j2