Update Workflows
This commit is contained in:
parent
feafc3809c
commit
7706c481b6
|
@ -12,6 +12,7 @@ on:
|
|||
- '.github/*_TEMPLATE/**'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
- '*.txt'
|
||||
- 'docs/**'
|
||||
- 'src/**/*_posix.*'
|
||||
- 'src/**/*_linux.*'
|
||||
|
@ -32,6 +33,7 @@ on:
|
|||
- '.github/*_TEMPLATE/**'
|
||||
- '*.md'
|
||||
- '*.yml'
|
||||
- '*.txt'
|
||||
- 'docs/**'
|
||||
- 'src/**/*_posix.*'
|
||||
- 'src/**/*_linux.*'
|
||||
|
@ -46,7 +48,7 @@ on:
|
|||
jobs:
|
||||
lint:
|
||||
name: Lint
|
||||
runs-on: windows-2022
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Check Clang-Format Version
|
||||
|
|
Loading…
Reference in New Issue