Skip to content

Feat/ldg 259 implement the stake method and test #6

Feat/ldg 259 implement the stake method and test

Feat/ldg 259 implement the stake method and test #6

Workflow file for this run

name: Code style check
on:
workflow_dispatch:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
job_lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v3
- name: Lint
uses: DoozyX/[email protected]
with:
source: "./"
extensions: "h,c"
clangFormatVersion: 12.0.1