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:
Antz 2022-03-24 08:26:02 +00:00 committed by GitHub
parent fd0b4535a6
commit ab95cdfc56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
check-codestyle:
strategy:
fail-fast: false
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: Check Codestyling
steps:
- uses: actions/checkout@v2