Modernize repo

This commit is contained in:
Jeremy Rimpo
2024-07-11 11:41:10 +02:00
committed by Mikaël Capelle
parent 01f774dd9f
commit b876f73f73
12 changed files with 253 additions and 212 deletions
+16
View File
@@ -0,0 +1,16 @@
name: Build Preview BSA Plugin
on:
push:
branches: master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: windows-2022
steps:
- name: Build Preview BSA Plugin
uses: ModOrganizer2/build-with-mob-action@master
with:
mo2-dependencies: cmake_common uibase bsatk
+16
View File
@@ -0,0 +1,16 @@
name: Lint Preview BSA 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: "."