Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Revert Poetry Shell change | 2020-11-22 | -4/+1 | ||
| | |||||
* | Activate Poetry shell before running flake8 | 2020-11-22 | -9/+4 | ||
| | |||||
* | Try to use flake8 action instead manual run | 2020-11-22 | -1/+9 | ||
| | |||||
* | Run flake8 in verbose mode for debugging in GH Actions | 2020-11-22 | -1/+1 | ||
| | |||||
* | Run flake8 in Poetry environment for CI lint | 2020-11-22 | -1/+1 | ||
| | |||||
* | Fix flake8 step command and remove path adding step | 2020-11-22 | -4/+1 | ||
| | | | Removed 2nd ', what gave error. Removed adding environment variable to PATH that don't exist. | ||||
* | Remove unnecessary env variables and fix Poetry install | 2020-11-22 | -22/+9 | ||
| | |||||
* | Create job for deploying to Kubernetes | 2020-11-22 | -0/+31 | ||
| | |||||
* | Add building and pushing job to GH Actions | 2020-11-22 | -0/+38 | ||
| | |||||
* | Creating linting GH Actions job | 2020-11-22 | -0/+61 | ||
| | | | Run flake8 every time when pushing to main or to PR. | ||||
* | Create empty workflow file | 2020-11-22 | -0/+1 | ||
I want to use GH helper for Workflow files, but this require to already have file. |