Skip to content

[rsp] Introduce microcode build process, disassemble and build both rspboot versions #172

[rsp] Introduce microcode build process, disassemble and build both rspboot versions

[rsp] Introduce microcode build process, disassemble and build both rspboot versions #172

Workflow file for this run

name: Check format
# Build on every branch push, tag push, and pull request change:
on:
push:
pull_request:
jobs:
build:
name: Check format
runs-on: ubuntu-latest
steps:
- name: Checkout reposistory
uses: actions/checkout@v6
- name: Install package requirements
run: |
sudo apt-get install -y python3 clang-format-14 clang-tidy-14
- name: Check formatting
run: python3 tools/check_format.py