-
Notifications
You must be signed in to change notification settings - Fork 64
41 lines (33 loc) · 832 Bytes
/
lint.yml
File metadata and controls
41 lines (33 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: Lint
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Install pip dependencies
run: |
pip3 install semver luadata
- name: Install apt dependencies
run: |
sudo rm -f /var/lib/man-db/auto-update
sudo apt install --no-install-recommends lua5.1 p7zip-full
- name: Write secret to file
run: |
cat > secret.jx3dat << 'EOF'
${{ secrets.SECRET_JX3DAT }}
EOF
- name: Run CI Command
run: |
python3 \!src-dist/ci.py