Skip to content

Add PC/SC backend adapter #12

Add PC/SC backend adapter

Add PC/SC backend adapter #12

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Lint, Type Check, and Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Install uv
uses: astral-sh/setup-uv@v8.1.0
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libpcsclite-dev swig
- name: Install dependencies
run: uv sync --frozen
- name: Run checks
run: uv run nox