Skip to content

Added changelog entry for 0.8.10 #591

Added changelog entry for 0.8.10

Added changelog entry for 0.8.10 #591

name: check-formatting
on: [push, pull_request]
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- name: install clang-format
run: sudo apt-get update && sudo apt-get install clang-format-20
- uses: actions/checkout@v2
- run: ./check-formatting.sh