Skip to content

Update GH actions CI #30

Update GH actions CI

Update GH actions CI #30

Workflow file for this run

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