Skip to content

build(deps): bump actions/deploy-pages from 4.0.4 to 4.0.5 #60

build(deps): bump actions/deploy-pages from 4.0.4 to 4.0.5

build(deps): bump actions/deploy-pages from 4.0.4 to 4.0.5 #60

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