Skip to content

Pending bootnotification and start / stop transaction request -> send rejected #12

Pending bootnotification and start / stop transaction request -> send rejected

Pending bootnotification and start / stop transaction request -> send rejected #12

Workflow file for this run

name: Lint
on: [workflow_dispatch, pull_request]
jobs:
lint:
name: Lint
strategy:
matrix:
os: [large-ubuntu-22.04-s]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout libocpp
uses: actions/checkout@v3
with:
path: source
- name: Run clang-format
uses: everest/everest-ci/github-actions/run-clang-format@v1.0.0
with:
source-dir: source
extensions: hpp,cpp
exclude: cache