Skip to content

Bump actions/setup-python from 6 to 7 #82

Bump actions/setup-python from 6 to 7

Bump actions/setup-python from 6 to 7 #82

name: Check Argument Names
on: [push]
jobs:
check_argument_names:
runs-on: ubuntu-latest
steps:
# Step 1: Checkout the code
- name: Checkout code
uses: actions/checkout@v6
# Step 2: Set up Python environment
- name: Set up Python
uses: actions/setup-python@v7
with:
python-version: '3.x' # Choose your Python version
# Step 3: Check whether the argument names are meaningful
- name: Check whether the argument names are meaningful
run: |
python ./.github/workflows/check_argument_names.py .