Skip to content

ReAdded TwistsConfig aswell as cleaned the code a lil #24

ReAdded TwistsConfig aswell as cleaned the code a lil

ReAdded TwistsConfig aswell as cleaned the code a lil #24

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
tags:
- '**'
- '!v[0-9]+.[0-9]+.[0-9]+'
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name : Checkout
uses : actions/checkout@v4
-
name : Build artifacts
uses : ./.github/actions/build