Skip to content

build(deps): bump actions/upload-pages-artifact from 3.0.0 to 3.0.1 #58

build(deps): bump actions/upload-pages-artifact from 3.0.0 to 3.0.1

build(deps): bump actions/upload-pages-artifact from 3.0.0 to 3.0.1 #58

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: deps
run: |
sudo apt-get update
sudo apt-get install -y clang-format
sudo pip3 install cmake-format
- name: lint
run: make format
lint-md:
name: Lint Markdown
uses: trailofbits/.github/.github/workflows/[email protected]
with:
language: markdown