Skip to content

Tests: add a test check transaction cannot be signed #114

Tests: add a test check transaction cannot be signed

Tests: add a test check transaction cannot be signed #114

Workflow file for this run

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