Skip to content

fix and update CI (#39) #34

fix and update CI (#39)

fix and update CI (#39) #34

Workflow file for this run

name: Check Format
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
check_format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run clang-format
run: clang-format --dry-run --Werror include/keychain/*.h src/*.cpp