We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4cdbd commit 47ea936Copy full SHA for 47ea936
.github/workflows/build.yml
@@ -0,0 +1,16 @@
1
+name: Build Installer Manual Plugin
2
+
3
+on:
4
+ push:
5
+ branches: master
6
+ pull_request:
7
+ types: [opened, synchronize, reopened]
8
9
+jobs:
10
+ build:
11
+ runs-on: windows-2022
12
+ steps:
13
+ - name: Build Installer Manual Plugin
14
+ uses: ModOrganizer2/build-with-mob-action@master
15
+ with:
16
+ mo2-dependencies: cmake_common uibase
.github/workflows/linting.yml
+name: Lint Installer Manual Plugin
+ lint:
+ runs-on: ubuntu-latest
+ - uses: actions/checkout@v3
+ - name: Check format
+ uses: ModOrganizer2/check-formatting-action@master
+ check-path: "."
0 commit comments