Skip to content

missing on

missing on #3

Workflow file for this run

name: Check source code formatting
on:
push: {}
pull_request: {}
jobs:
check:
runs-on: ubuntu-latest
container: zhongruoyu/llvm-ports:17.0.4-slim-focal
steps:
- uses: actions/checkout@v4
- name: Check .cpp and .hpp files
run: |
./check-format.sh