Skip to content

Commit

Permalink
Merge branch 'main' into AI-loadouts
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Mar 2, 2024
2 parents 4c109d1 + 6a76c24 commit 5ab06ea
Show file tree
Hide file tree
Showing 59 changed files with 9,556 additions and 8,195 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@ jobs:
tag: ${{ github.ref }}
asset_name: cScripts_NoLoadouts-${{github.ref_name}}.zip
file: release/cScripts_NoLoadouts-${{github.ref_name}}.zip

- name: Upload CBA_Settings.sqf
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
asset_name: cba_settings.sqf
file: release/cba_settings.sqf
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
- name: Check DEBUG_MODE
if: always()
run: bash tools/checkDebug.sh
- name: Check TODO
if: always()
run: bash tools/checkTodo.sh
continue-on-error: true
- name: Check for FIXME
if: always()
run: bash tools/checkFixme.sh
Expand Down
Loading

0 comments on commit 5ab06ea

Please sign in to comment.