aboutsummaryrefslogtreecommitdiffstats
path: root/.github (follow)
Commit message (Collapse)AuthorAgeLines
...
* Revert Poetry Shell changeGravatar ks1292020-11-22-4/+1
|
* Activate Poetry shell before running flake8Gravatar ks1292020-11-22-9/+4
|
* Try to use flake8 action instead manual runGravatar ks1292020-11-22-1/+9
|
* Run flake8 in verbose mode for debugging in GH ActionsGravatar ks1292020-11-22-1/+1
|
* Run flake8 in Poetry environment for CI lintGravatar ks1292020-11-22-1/+1
|
* Fix flake8 step command and remove path adding stepGravatar ks1292020-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 installGravatar ks1292020-11-22-22/+9
|
* Create job for deploying to KubernetesGravatar ks1292020-11-22-0/+31
|
* Add building and pushing job to GH ActionsGravatar ks1292020-11-22-0/+38
|
* Creating linting GH Actions jobGravatar ks1292020-11-22-0/+61
| | | Run flake8 every time when pushing to main or to PR.
* Create empty workflow fileGravatar ks1292020-11-22-0/+1
I want to use GH helper for Workflow files, but this require to already have file.