Skip to content

GH Templates and codeowner (#86) #117

GH Templates and codeowner (#86)

GH Templates and codeowner (#86) #117

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- main
- v3.0.0
pull_request:
paths-ignore:
- "**/*.md"
jobs:
lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Run lints
run: make lint