[game_morrowind] Add github actions.

This commit is contained in:
Mikaël Capelle
2024-06-09 13:29:34 +02:00
parent a270dcf337
commit 121440e34e
2 changed files with 32 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
name: Build Morrowind Plugin
on:
push:
branches: master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: windows-2022
steps:
- name: Build Morrowind Plugin
uses: ModOrganizer2/build-with-mob-action@master
with:
mo2-dependencies: cmake_common uibase game_gamebryo
+16
View File
@@ -0,0 +1,16 @@
name: Lint Morrowind Plugin
on:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check format
uses: ModOrganizer2/check-formatting-action@master
with:
check-path: "."