From 8a2734f8a949587b0b72095ee1d8b261a1fd1e72 Mon Sep 17 00:00:00 2001 From: Ionut Mihalcea Date: Tue, 12 Oct 2021 10:40:47 +0100 Subject: [PATCH] Remove link to deleted presentation Signed-off-by: Ionut Mihalcea --- .github/workflows/ci.yml | 28 ++++++++++++++-------------- minutes/2021-05-18.md | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b58d6c..9bcfa58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,14 +7,14 @@ jobs: name: Check formatting runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Create a Go workspace and install vmdfmt - run: | - mkdir /tmp/go - export GOPATH=/tmp/go - go get github.com/bobertlo/vmd/cmd/vmdfmt - - name: Check formatting - run: | + - uses: actions/checkout@v2 + - uses: actions/setup-go@v2 + with: + go-version: "1.17.2" + - name: Install vmdfmt + run: go install github.com/bobertlo/vmd/cmd/vmdfmt@latest + - name: Check formatting + run: | export PATH="$PATH:/tmp/go/bin:$(pwd)/node_modules/.bin" ./ci/check_format.sh @@ -22,9 +22,9 @@ jobs: name: Check links runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Link Checker - id: lc - uses: peter-evans/link-checker@v1 - - name: Fail if there were link errors - run: exit ${{ steps.lc.outputs.exit_code }} + - uses: actions/checkout@v2 + - name: Link Checker + id: lc + uses: peter-evans/link-checker@v1 + - name: Fail if there were link errors + run: exit ${{ steps.lc.outputs.exit_code }} diff --git a/minutes/2021-05-18.md b/minutes/2021-05-18.md index 87858d3..3655db3 100644 --- a/minutes/2021-05-18.md +++ b/minutes/2021-05-18.md @@ -19,8 +19,8 @@ Minutes of previous meeting are stored ## Minutes -- Mounir to present Creometry, slides are - [here](https://docs.google.com/presentation/d/1GsWbNwuU4k34ZYcE7K9EmUEX1QkYdhqyuW0pIN08gA8/edit?usp=sharing). +- Mounir to present Creometry, slides are here. (NOTE: Presentation has been deleted, so the link + has been removed) - Parsec interest around device attestation: prove that a node is not malicious (edge node could be provided by anyone). Current investigation in Parsec is around key attestation: proving that keys are RoT-backed.