Skip to content

Do not make the ability to use an Earthquake spell dependent on the magical resistance of units on the battlefield #12735

Do not make the ability to use an Earthquake spell dependent on the magical resistance of units on the battlefield

Do not make the ability to use an Earthquake spell dependent on the magical resistance of units on the battlefield #12735

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [ master ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
jobs:
style:
name: Code style check
uses: ./.github/workflows/code_style_check.yml
codechecker:
name: CodeChecker
needs:
- style
uses: ./.github/workflows/codechecker.yml
iwyu:
name: IWYU
needs:
- style
uses: ./.github/workflows/iwyu.yml
msvc:
name: MSVC
needs:
- style
uses: ./.github/workflows/msvc.yml
sonarcloud:
name: SonarCloud Analyzer
needs:
- style
uses: ./.github/workflows/sonarcloud.yml
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
android:
name: Android
needs:
- msvc
uses: ./.github/workflows/android.yml
cmake:
name: CMake
needs:
- msvc
uses: ./.github/workflows/cmake.yml
make:
name: Make
needs:
- msvc
uses: ./.github/workflows/make.yml