Skip to content

Commit beda14c

Browse files
Merge pull request #15 from NathanNeurotic/master
Sync
2 parents a5eb128 + 5b8368a commit beda14c

3 files changed

Lines changed: 219 additions & 179 deletions

File tree

.github/workflows/OPLTestISO.yml

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,32 @@ on:
77
- 'labs/opltestiso/**'
88
workflow_dispatch:
99

10+
env:
11+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
12+
1013
jobs:
1114
build-opltestiso:
1215
runs-on: ubuntu-latest
1316
container: ps2dev/ps2dev:latest
1417
steps:
15-
- name: Install dependencies
16-
run: apk add build-base git zip cdrkit
18+
- name: Install dependencies
19+
run: apk add build-base git zip cdrkit
1720

18-
- name: git checkout
19-
uses: actions/checkout@v5
21+
- name: git checkout
22+
uses: actions/checkout@v5
2023

21-
- run: |
22-
git config --global --add safe.directory "$GITHUB_WORKSPACE"
23-
git fetch --prune --unshallow
24+
- run: |
25+
git config --global --add safe.directory "$GITHUB_WORKSPACE"
26+
git fetch --prune --unshallow
2427
25-
- name: make ISO
26-
run: |
28+
- name: make ISO
29+
run: |
2730
cd labs/opltestiso/
2831
make iso
2932
30-
- name: Upload release artifact ISO
31-
uses: actions/upload-artifact@v6
32-
with:
33-
name: OPLTESTISO
34-
path: |
35-
labs/opltestiso/*.iso
33+
- name: Upload release artifact ISO
34+
uses: actions/upload-artifact@v6
35+
with:
36+
name: OPLTESTISO
37+
path: |
38+
labs/opltestiso/*.iso

.github/workflows/check-format.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: CI-format-check
32

43
on:
@@ -15,15 +14,18 @@ on:
1514
- '.github/workflows/check-format.yml'
1615
- '.clang-format'
1716

17+
env:
18+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
19+
1820
jobs:
1921
check-format:
2022
runs-on: ubuntu-latest
2123

2224
steps:
23-
- uses: actions/checkout@v5
24-
- uses: DoozyX/clang-format-lint-action@v0.18.2
25-
with:
26-
source: '.'
27-
extensions: 'h,c'
28-
clangFormatVersion: 12
29-
inplace: False
25+
- uses: actions/checkout@v5
26+
- uses: DoozyX/clang-format-lint-action@v0.18.2
27+
with:
28+
source: '.'
29+
extensions: 'h,c'
30+
clangFormatVersion: 12
31+
inplace: False

0 commit comments

Comments
 (0)