Skip to content

test

test #6

Workflow file for this run

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