Skip to content

Add clangd and ccache #36

Add clangd and ccache

Add clangd and ccache #36

Workflow file for this run

name: Lint
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run lint script
uses: docker://impactaky/mimic-cross-lint
with:
entrypoint: './script/lint.sh'
args: "--check"