Skip to content

X25519 improvements 2 in PKCS11-tool, PKCS15 routines and tools and openpgp #283

X25519 improvements 2 in PKCS11-tool, PKCS15 routines and tools and openpgp

X25519 improvements 2 in PKCS11-tool, PKCS15 routines and tools and openpgp #283

Workflow file for this run

name: Check Code Style
on:
pull_request:
paths:
- '**.c'
- '**.h'
- .github/workflows/formatter.yml
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 100
- uses: yshui/git-clang-format-lint@master
#with:
# base: origin/master