Skip to content

Commit

Permalink
Rename and fix workflow
Browse files Browse the repository at this point in the history
Rename nightly → linters as it better descrbies what it does, plus,
we'll probably run it on pull requests later.

Fixed typo in matrix property name which prevented clang-tidy from
running on Windows.
  • Loading branch information
MiKom authored and Miłosz Kosobucki committed Jul 23, 2024
1 parent 2433409 commit a294822
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: MIT

name: Nightly
name: Linters

on:
schedule:
Expand All @@ -26,7 +26,7 @@ jobs:
tidy-executable: clang-tidy-18
- name: Windows
os: windows-2022
tidy-executble: clang-tidy
tidy-executable: clang-tidy
fail-fast: false

steps:
Expand Down

0 comments on commit a294822

Please sign in to comment.