Skip to content

Commit 8a2734f

Browse files
committed
Remove link to deleted presentation
Signed-off-by: Ionut Mihalcea <[email protected]>
1 parent d2b10b5 commit 8a2734f

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/workflows/ci.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ jobs:
77
name: Check formatting
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
11-
- name: Create a Go workspace and install vmdfmt
12-
run: |
13-
mkdir /tmp/go
14-
export GOPATH=/tmp/go
15-
go get github.com/bobertlo/vmd/cmd/vmdfmt
16-
- name: Check formatting
17-
run: |
10+
- uses: actions/checkout@v2
11+
- uses: actions/setup-go@v2
12+
with:
13+
go-version: "1.17.2"
14+
- name: Install vmdfmt
15+
run: go install github.com/bobertlo/vmd/cmd/vmdfmt@latest
16+
- name: Check formatting
17+
run: |
1818
export PATH="$PATH:/tmp/go/bin:$(pwd)/node_modules/.bin"
1919
./ci/check_format.sh
2020
2121
links:
2222
name: Check links
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v2
26-
- name: Link Checker
27-
id: lc
28-
uses: peter-evans/link-checker@v1
29-
- name: Fail if there were link errors
30-
run: exit ${{ steps.lc.outputs.exit_code }}
25+
- uses: actions/checkout@v2
26+
- name: Link Checker
27+
id: lc
28+
uses: peter-evans/link-checker@v1
29+
- name: Fail if there were link errors
30+
run: exit ${{ steps.lc.outputs.exit_code }}

minutes/2021-05-18.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Minutes of previous meeting are stored
1919

2020
## Minutes
2121

22-
- Mounir to present Creometry, slides are
23-
[here](https://docs.google.com/presentation/d/1GsWbNwuU4k34ZYcE7K9EmUEX1QkYdhqyuW0pIN08gA8/edit?usp=sharing).
22+
- Mounir to present Creometry, slides are here. (NOTE: Presentation has been deleted, so the link
23+
has been removed)
2424
- Parsec interest around device attestation: prove that a node is not malicious (edge node could be
2525
provided by anyone). Current investigation in Parsec is around key attestation: proving that keys
2626
are RoT-backed.

0 commit comments

Comments
 (0)