Skip to content

forgot to call items() when looping over a dict #24

forgot to call items() when looping over a dict

forgot to call items() when looping over a dict #24

Workflow file for this run

name: Check Format
on:
push:
branches:
- 'trunk'
pull_request:
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run format check
run: ./.github/format-check