Update core_codestyle.yml
Workflow Changes pt2. Based on the work of @Meltie2013 for MangosThree * Fix workflow compiler and default it to clang for now on
This commit is contained in:
parent
fd0b4535a6
commit
ab95cdfc56
4
.github/workflows/core_codestyle.yml
vendored
4
.github/workflows/core_codestyle.yml
vendored
@ -4,13 +4,13 @@ on:
|
|||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-codestyle:
|
check-codestyle:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
name: Check Codestyling
|
name: Check Codestyling
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user