robotpy / robotpy/mostrobotpy

deploy: add pre-deploy actions to TOML

Open
#257 1 comment 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
Python
Stars
27
Forks
29
Avg merge
4d 6h
Merged PRs (30d)
12

Description

The idea is provide a way for the user to run a command

```
[[tool.robotpy.deploy]]
command = ["python", "-m", "mypy"]
required = False # if false won't stop the deploy if it fails

```

Allows users to do https://github.com/robotpy/pyfrc/issues/206 if they want.

Arguably, this really isn't necessary -- users can already implement whatever they want by adding a 'deploy.sh' shell script and making everyone use that, but maybe this is better?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.