Skip to content

func_80097E28 & func_80061D70 & func_800A0724 & func_8008E45C & func_8008D474 & func_800A519C & func_8009CE8C #278

func_80097E28 & func_80061D70 & func_800A0724 & func_8008E45C & func_8008D474 & func_800A519C & func_8009CE8C

func_80097E28 & func_80061D70 & func_800A0724 & func_8008E45C & func_8008D474 & func_800A519C & func_8009CE8C #278

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@v4
- name: Install package requirements
run: sudo apt-get install -y make git build-essential clang binutils-mips-linux-gnu gcc-mips-linux-gnu python3 python3-pip clang-format-14 clang-tidy-14
- name: Check format
run: ./tools/check_format.sh