Skip to content

Merge pull request #2 from thomas-fossati/te-id #2

Merge pull request #2 from thomas-fossati/te-id

Merge pull request #2 from thomas-fossati/te-id #2

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install CDDL and CBOR tooling
run: gem install --user-install cbor-diag cddl
- name: setup PATH
run: echo "$(gem env gempath | cut -d':' -f1)/bin" >> $GITHUB_PATH
- name: check schema and examples
run: make -C matcher-musings