mirror of
https://github.com/zerotier/pylon.git
synced 2026-05-22 16:28:21 -07:00
@@ -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]
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/pylon
|
||||
/pylon-debug
|
||||
*.dSYM/
|
||||
/.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user