mirror of
https://github.com/zerotier/pylon.git
synced 2026-05-22 16:28:21 -07:00
Add a lint command to the Makefile
for now, it just checks formatting
This commit is contained in:
@@ -5,7 +5,16 @@ on:
|
||||
- "README.md"
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
name: Run lint checks
|
||||
runs-on: [ ubuntu-latest ]
|
||||
steps:
|
||||
- name: Lint
|
||||
uses: actions/checkout@v3.5.3
|
||||
- run: make lint
|
||||
|
||||
build_matrix:
|
||||
needs: lint
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
|
||||
Reference in New Issue
Block a user