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