Fix Alpha warning label & CI Building

Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
swurl 2025-04-13 19:35:59 -04:00 committed by edendev
parent b66ebe638b
commit 3695481a80
7 changed files with 429 additions and 126 deletions

View file

@ -7,16 +7,16 @@ on:
jobs:
license-header:
runs-on: linux
container:
image: opensauce04/lime3ds-build:latest
options: -u 1001
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fetch master branch
run: git fetch origin master:master
- name: Make script executable
run: chmod +x ./.ci/license-header.rb
- name: Check license headers
run: ./.ci/license-header.rb