Add FFI call to fetch mTLS identities and to provision PIV slot #157
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: Check Configuration Examples | |
on: | |
push: | |
branches: [ master, develop ] | |
pull_request: | |
branches: [ master, develop ] | |
env: | |
CARGO_TERM_COLOR: always | |
jobs: | |
ubuntu-integration-test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install Protoc | |
uses: arduino/setup-protoc@v3 | |
- uses: actions/checkout@v2 | |
- name: Install libpcsc | |
run: sudo apt install -y libpcsclite-dev libusb-1.0-0-dev libudev-dev | |
- name: Run Configuration File Checks | |
run: ./tests/validate_file_configs.sh |