Skip to content

Update ACN: Safety proof restored, adding invertibility (WIP) #32

Update ACN: Safety proof restored, adding invertibility (WIP)

Update ACN: Safety proof restored, adding invertibility (WIP) #32

Workflow file for this run

name: Build and Test
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build Docker image
run: docker build -t asn1scc .
- name: Make build script executable
run: chmod +x ./github-build.sh
- name: Run container to build and test
run: docker run --rm -v ${{ github.workspace }}:/app asn1scc bash -c "./github-build.sh"