mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-11 15:21:29 +00:00
Update naming action
This commit is contained in:
parent
52a6a27d64
commit
d309b0ce05
17
.github/workflows/naming.yml
vendored
17
.github/workflows/naming.yml
vendored
@ -1,6 +1,9 @@
|
||||
name: Naming
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
ncc:
|
||||
@ -8,18 +11,20 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install LLVM and Clang
|
||||
- name: Setup LLVM and Clang
|
||||
uses: KyleMayes/install-llvm-action@v2
|
||||
with:
|
||||
version: '16'
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
python-version: '3.13'
|
||||
|
||||
- name: Install python libraries
|
||||
- name: Setup Python modules
|
||||
run: |
|
||||
pip install -r tools/requirements.txt
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user