Skip to content

Update of czech translation (#395) #1

Update of czech translation (#395)

Update of czech translation (#395) #1

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