Add initial support for encoding/decoding cert payloads #36
Workflow file for this run
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
# See LICENSE file in this repo for license details. | |
name: Lint and Build | |
# Run builds for Pull Requests (new, updated) | |
# `synchronized` seems to equate to pushing new commits to a linked branch | |
# (whether force-pushed or not) | |
on: | |
pull_request: | |
types: [opened, synchronize] | |
jobs: | |
lint_and_build_using_ci_matrix: | |
name: CI matrix | |
uses: atc0005/shared-project-resources/.github/workflows/lint-and-build-using-ci-matrix.yml@master | |
lint_and_build_using_makefile: | |
name: Makefile | |
uses: atc0005/shared-project-resources/.github/workflows/lint-and-build-using-make.yml@master |