ci(github-actions): ensure poetry is installed lint action - #453
Merged
Conversation
theskumar
approved these changes
Sep 16, 2022
theskumar
added a commit
that referenced
this pull request
Sep 16, 2022
* add-graphene: update post generate script to remove graphql files Minor comment fix Update docs to clarify GraphQL API endpoint move: graphql schema under graphql directory Move graphql to root Delete GraphQL docs if not chosen Delete all GraphQL related files if not chosen Add documentation update user service Add links to graphql docs rename add_graphene to add_graphql Add graphene, graphql api ci(github-actions): ensure poetry is installed lint action (#453) chore: make the relative and absolute imports consistent (#450) upgrade packages (#451)
theskumar
added a commit
that referenced
this pull request
Sep 16, 2022
* add-graphene: update post generate script to remove graphql files Minor comment fix Update docs to clarify GraphQL API endpoint move: graphql schema under graphql directory Move graphql to root Delete GraphQL docs if not chosen Delete all GraphQL related files if not chosen Add documentation update user service Add links to graphql docs rename add_graphene to add_graphql Add graphene, graphql api ci(github-actions): ensure poetry is installed lint action (#453) chore: make the relative and absolute imports consistent (#450) upgrade packages (#451)
CuriousLearner
added a commit
to CuriousLearner/django-init
that referenced
this pull request
Dec 5, 2022
* main: fix(pyproject.toml): Add dependencies for mkdocs (Fueled#458) docs(README): Update docs to drop legacy poetry command (Fueled#457) fix(github-actions): Use poetry to install requirements & run tests (Fueled#456) docs(coding_rules): correct class names to be PascalCase (Fueled#455) ci(github-actions): ensure poetry is installed lint action (Fueled#453)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
make lintran as part of CI/CD pipeline uses poetry to execute subsequent commands, but poetry is not installed -- which causes the pipeline to break.It installs poetry first, before running
make lintto ensure everything works in CI/CD flow.None.