Skip to content

Commit

Permalink
Testing clang-tidy on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdea1er committed Oct 10, 2024
1 parent 0db4fe5 commit 1a0a422
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: lint
"on":
push:
branches: [main]
branches: [main,ci]

Check failure on line 5 in .github/workflows/lint.yml

View workflow job for this annotation

GitHub Actions / yamllint

5:21 [commas] too few spaces after comma
pull_request:

jobs:
Expand All @@ -15,7 +15,10 @@ jobs:
run: yamllint -f github .github/workflows/ .clang-*

clang-tidy:
runs-on: ubuntu-24.04
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04, windows-2022]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 1a0a422

Please sign in to comment.