Skip to content

Commit 1206975

Browse files
committed
add workflow_call to lint
1 parent 4d14812 commit 1206975

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
branches: [main]
55
workflow_dispatch:
6+
workflow_call:
67

78
permissions:
89
contents: write

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
25-
os: [ windows-latest, macos-latest, ubuntu-latest ]
25+
os: [windows-latest, macos-latest, ubuntu-latest]
2626
fail-fast: true
2727
runs-on: ${{ matrix.os }}
2828
steps:

0 commit comments

Comments
 (0)