Skip to content

Quoted variables

Quoted variables #653

Workflow file for this run

name: Format Police
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'src'
- 'scripts'
- 'tests'
steps:
- uses: actions/checkout@v2
- name: Run clang-format
uses: jidicula/[email protected]
with:
clang-format-version: '13'
check-path: ${{ matrix.path }}