Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Wait for "ready_received" before calling user code #666

Wait for "ready_received" before calling user code

Wait for "ready_received" before calling user code #666

Workflow file for this run

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