Skip to content

chore(deps): bump actions/upload-artifact from 4 to 7 #88

chore(deps): bump actions/upload-artifact from 4 to 7

chore(deps): bump actions/upload-artifact from 4 to 7 #88

Workflow file for this run

name: lint
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
# Grant minimal read-only access to repository contents
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install Dependencies
run: pip install cpplint
- name: Run Linters
run: ./lint.sh