Update comid-member2.diag #141
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout repo | |
uses: actions/checkout@v3 | |
with: | |
submodules: recursive | |
- name: install tools | |
run: gem install --user-install cbor-diag cddl | |
- name: set up PATH | |
run: echo "$(gem env gempath | cut -d':' -f1)/bin" >> $GITHUB_PATH | |
- name: assemble and test | |
run: make check |