From db4c115a2714d02690b2677e72df58488514b9a7 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Fri, 27 Mar 2020 13:55:50 +0100 Subject: [PATCH] Add GHA config for formal checks --- .github/workflows/formal.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/formal.yml diff --git a/.github/workflows/formal.yml b/.github/workflows/formal.yml new file mode 100644 index 0000000..2113d51 --- /dev/null +++ b/.github/workflows/formal.yml @@ -0,0 +1,13 @@ +name: 'formal' + +on: [ push, pull_request ] + +jobs: + + docker: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + with: + submodules: recursive + - run: docker run --rm -tv $(pwd):/src -w /src/formal -e BUILD_NAME=ACCEPTANCE ghdl/synth:formal make all