Update Workflows

This commit is contained in:
¥IGA 2024-11-06 09:20:20 +01:00 committed by Radosław Gliński
parent feafc3809c
commit 7706c481b6
1 changed files with 3 additions and 1 deletions

View File

@ -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