Skip to content

run in bash

run in bash #11

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: |
bash ./check_format.sh