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/**' - '.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