Skip to content

Weapon fixes (#682) #520

Weapon fixes (#682)

Weapon fixes (#682) #520

Workflow file for this run

name: Validation of repository
on:
push
jobs:
project-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pyyaml
- name: Run naming validator
run: python tools/checkFilePaths.py