Update naming action

This commit is contained in:
larzie 2024-12-25 17:38:11 +03:00 committed by GitHub
parent 52a6a27d64
commit d309b0ce05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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