Fix Alpha warning label & CI Building
Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
parent
b66ebe638b
commit
3695481a80
7 changed files with 429 additions and 126 deletions
6
.github/workflows/license-header.yml
vendored
6
.github/workflows/license-header.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue