Skip to content

Relayed v3 support app multiversx #139

Relayed v3 support app multiversx

Relayed v3 support app multiversx #139

Workflow file for this run

name: Code style check
on:
workflow_dispatch:
push:
branches:
- master
- develop
pull_request:
jobs:
job_lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v3
- name: Lint
uses: DoozyX/[email protected]
with:
source: './src'
extensions: 'h,c'
clangFormatVersion: 11
misspell:
name: Check misspellings
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Check misspellings
uses: codespell-project/actions-codespell@2391250ab05295bddd51e36a8c6295edb6343b0e
with:
builtin: clear,rare
check_filenames: true