aboutsummaryrefslogtreecommitdiff
path: root/libs/installer_fomod_csharp/.github
diff options
context:
space:
mode:
Diffstat (limited to 'libs/installer_fomod_csharp/.github')
-rw-r--r--libs/installer_fomod_csharp/.github/workflows/build.yml20
-rw-r--r--libs/installer_fomod_csharp/.github/workflows/linting.yml16
2 files changed, 36 insertions, 0 deletions
diff --git a/libs/installer_fomod_csharp/.github/workflows/build.yml b/libs/installer_fomod_csharp/.github/workflows/build.yml
new file mode 100644
index 0000000..b9d11e3
--- /dev/null
+++ b/libs/installer_fomod_csharp/.github/workflows/build.yml
@@ -0,0 +1,20 @@
+name: Build Installer FOMOD C#
+
+on:
+ push:
+ branches: [master]
+ pull_request:
+ types: [opened, synchronize, reopened]
+
+env:
+ VCPKG_BINARY_SOURCES: clear;x-azblob,${{ vars.AZ_BLOB_VCPKG_URL }},${{ secrets.AZ_BLOB_SAS }},readwrite
+
+jobs:
+ build:
+ runs-on: windows-2022
+ steps:
+ - name: Build Installer FOMOD C#
+ id: build-installer-fomod-csharp
+ uses: ModOrganizer2/build-with-mob-action@master
+ with:
+ mo2-dependencies: uibase
diff --git a/libs/installer_fomod_csharp/.github/workflows/linting.yml b/libs/installer_fomod_csharp/.github/workflows/linting.yml
new file mode 100644
index 0000000..80d5fd4
--- /dev/null
+++ b/libs/installer_fomod_csharp/.github/workflows/linting.yml
@@ -0,0 +1,16 @@
+name: Lint Installer FOMOD C# 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: "."