Skip to content

Rename the app to WasIstLos #222

Rename the app to WasIstLos

Rename the app to WasIstLos #222

Workflow file for this run

name: Linter
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Lint clang-format
uses: DoozyX/[email protected]
with:
source: './src'
extensions: 'hpp,cpp'
clangFormatVersion: 15