Skip to content

Commit

Permalink
all actions params with underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Feb 17, 2025
1 parent 64f7b42 commit 30411b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:
ubuntu_packages: graphviz
test_directories: unittests
coverage_package: mcmc
flake8-packages: mcmc mcmc_examples
pylint-packages: mcmc mcmc_examples
mypy-packages: mcmc
flake8_packages: mcmc mcmc_examples
pylint_packages: mcmc mcmc_examples
mypy_packages: mcmc
check_prereleases: false
cfg_file: spiNNakerGraphFrontEnd
rat_config_file: rat.xml # mix of licenses acceptable to rat
rcfile: global_relaxed
pylint_exitcheck: 6 # Action fails on ERROR or WARNING
run_sphinx: false
run_cff-validator: false
run_cff_validator: false

# pylint mcmc mcmc_examples
# mypy mypy mcmc

0 comments on commit 30411b1

Please sign in to comment.