We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b9f78 commit 7420e00Copy full SHA for 7420e00
.github/workflows/build.yml
@@ -0,0 +1,16 @@
1
+name: Build Fallout 4 VR 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 Fallout 4 VR Plugin
14
+ uses: ModOrganizer2/build-with-mob-action@master
15
+ with:
16
+ mo2-dependencies: cmake_common uibase game_gamebryo
.github/workflows/linting.yml
+name: Lint Fallout 4 VR Plugin
+ lint:
+ runs-on: ubuntu-latest
+ - uses: actions/checkout@v3
+ - name: Check format
+ uses: ModOrganizer2/check-formatting-action@master
+ check-path: "."
0 commit comments