Repo Initialization
Some checks failed
Build and test / build-and-test (push) Has been cancelled

This commit is contained in:
Yui
2024-12-01 14:52:28 -03:00
commit 4d4c8d953c
23 changed files with 911 additions and 0 deletions

13
.github/workflows/build-and-test.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Build and test
on:
pull_request:
branches: [ master, main ]
push:
branches: [ master, main ]
jobs:
build-and-test:
uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/build-and-test.yml@master
secrets: inherit

14
.github/workflows/release-tags.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: Release tagged build
on:
push:
tags: [ '*' ]
permissions:
contents: write
jobs:
release-tags:
uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/release-tags.yml@master
secrets: inherit