mirror of
https://github.com/Ukendio/jecs.git
synced 2026-02-04 15:15:21 +00:00
Update CI
This commit is contained in:
parent
7bc6935965
commit
be91369664
2 changed files with 7 additions and 1 deletions
5
.github/workflows/analysis.yaml
vendored
5
.github/workflows/analysis.yaml
vendored
|
|
@ -11,8 +11,11 @@ jobs:
|
||||||
- name: Checkout Project
|
- name: Checkout Project
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install Rokit
|
||||||
|
uses: CompeyDev/setup-rokit@v0.1.2
|
||||||
|
|
||||||
- name: Install Luau
|
- name: Install Luau
|
||||||
uses: encodedvenom/install-luau@v4.3
|
run: rokit install --no-trust-check
|
||||||
|
|
||||||
- name: Analyze
|
- name: Analyze
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
3
.github/workflows/unit-testing.yaml
vendored
3
.github/workflows/unit-testing.yaml
vendored
|
|
@ -12,6 +12,9 @@ jobs:
|
||||||
- name: Checkout Project
|
- name: Checkout Project
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install Rokit
|
||||||
|
uses: CompeyDev/setup-rokit@v0.1.2
|
||||||
|
|
||||||
- name: Install Luau
|
- name: Install Luau
|
||||||
uses: encodedvenom/install-luau@v4.3
|
uses: encodedvenom/install-luau@v4.3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue