Skip to content

Commit 1bd3820

Browse files
Copilotjbampton
andauthored
chore: restore OS matrix to pre-commit workflow
Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/95c82a18-2c3a-483d-8e43-911230cffe33 Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com>
1 parent 8019825 commit 1bd3820

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ on: [pull_request]
77

88
jobs:
99
pre-commit:
10-
name: 🏃🏼 Pre-commit
11-
runs-on: ubuntu-latest
10+
name: 🏃🏼 Pre-commit on ${{ matrix.os }}
11+
runs-on: ${{ matrix.os }}
12+
strategy:
13+
matrix:
14+
os: [ubuntu-latest, windows-latest]
1215
steps:
1316
- name: Checkout Code
1417
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)