Skip to content

Europa porting

Europa porting #145

Workflow file for this run

name: Code style check
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
paths-ignore:
- '.github/workflows/*.yml'
- 'tests/*'
jobs:
job_lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v4
- name: Lint
uses: DoozyX/[email protected]
with:
source: './src ./include/'
extensions: 'h,c'
clangFormatVersion: 11
misspell:
name: Check misspellings
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check misspellings
uses: codespell-project/actions-codespell@master
with:
builtin: clear,rare
check_filenames: true
ignore_words_list: ontop
skip: ./clients/wui/yarn.lock,