Skip to content

fix: handle :MISSION:SAVED: async callback from extension #237

fix: handle :MISSION:SAVED: async callback from extension

fix: handle :MISSION:SAVED: async callback from extension #237

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Setup HEMTT
uses: arma-actions/hemtt@v1
- name: Run HEMTT check
run: hemtt check
- name: Run HEMTT build
run: hemtt build
- name: Upload build artifacts
uses: actions/upload-artifact@v7
with:
name: ocap-build
path: .hemttout/build/
retention-days: 7