Skip to content

global: fix code style\ngithub: add code_style workflow #1

global: fix code style\ngithub: add code_style workflow

global: fix code style\ngithub: add code_style workflow #1

Workflow file for this run

name: code_style
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run code style checks
run: |
apt update -y
apt install -y make clang-format
make lint