Skip to content

[TEMP]: bench iters #28

[TEMP]: bench iters

[TEMP]: bench iters #28

Workflow file for this run

name: CI Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: install
run: sudo apt update && sudo apt install clang-format-15
- name: lint
run: |
./format.sh 1