Skip to content

feat(CI): GitHub Action to check the build of the OS #3

feat(CI): GitHub Action to check the build of the OS

feat(CI): GitHub Action to check the build of the OS #3

Workflow file for this run

name: Lint CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies.
run: sudo apt-get install -y clang-format
- name: Lint
run: make check