[EasyBuild] Added VS2026 support, latest cmake is needed as well #206
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Codestyle Checks | |
| on: | |
| push: | |
| branches: [ master ] | |
| pull_request: | |
| branches: [ master ] | |
| jobs: | |
| check-codestyle: | |
| strategy: | |
| fail-fast: false | |
| runs-on: ubuntu-latest | |
| name: Check Codestyling | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Check Codestyling | |
| run: source ./apps/ci/ci-codestyle.sh |