Skip to content

#1501: Allow artillery on aeros according to TO:AUE #987

#1501: Allow artillery on aeros according to TO:AUE

#1501: Allow artillery on aeros according to TO:AUE #987

name: "CodeQL"
on:
push:
branches: [master]
pull_request:
branches: [master]
paths-ignore:
- "**/*.mtf"
- "**/*.blk"
- "**/*.pdf"
jobs:
analyze:
name: Analyze
strategy:
fail-fast: false
runs-on: [ubuntu-latest]
steps:
- name: "Check out MegaMekLab"
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: java-kotlin
build-mode: none
queries: security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3