Skip to content

initial c++20 version of SCL #41

initial c++20 version of SCL

initial c++20 version of SCL #41

Workflow file for this run

name: Checks
on:
push:
branches:
- '*'
- '!master'
jobs:
headers:
name: headers
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Copyright
run: ./scripts/check_copyright_headers.py
- name: Header Guards
run: ./scripts/check_header_guards.py
style:
name: style
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Setup
run: sudo apt-get install -y clang-format-15
- name: Check
shell: bash
run: ./scripts/check_formatting.sh