mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Update Workflows
This commit is contained in:
parent
feafc3809c
commit
7706c481b6
4
.github/workflows/Windows_build.yml
vendored
4
.github/workflows/Windows_build.yml
vendored
|
|
@ -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 a new issue