Skip to content

Remove h60 mentions & wrap debug messages #59

Remove h60 mentions & wrap debug messages

Remove h60 mentions & wrap debug messages #59

Workflow file for this run

name: CI/Validate
on:
push:
branches:
- main
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout the source code
uses: actions/checkout@v2
- name: Validate SQF
run: python3 tools/sqf_validator.py
- name: Validate Config
run: python3 tools/config_style_checker.py
- name: Validate Stringtables
run: python3 tools/stringtable_validator.py
- name: Validate Return Types
run: python3 tools/return_checker.py
- name: Check for BOM
uses: arma-actions/bom-check@master
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the source code
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Build with HEMTT
uses: arma-actions/hemtt@master
with:
command: build --release --ci
- uses: actions/upload-artifact@v2
with:
name: hatchet
path: releases/hatchet.zip