Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis CI -> GitHub workflow: doc8 #1551

Closed
kiwitcms-bot opened this issue Apr 16, 2020 · 2 comments
Closed

Travis CI -> GitHub workflow: doc8 #1551

kiwitcms-bot opened this issue Apr 16, 2020 · 2 comments
Labels
€ 10 bounty See bounty-program milestone

Comments

@kiwitcms-bot
Copy link
Member

Kiwi TCMS needs help migrating certain test jobs from Travis CI into GitHub workflows. In particular the doc8 job.

Definition of Done:

  • "doc8" job has been removed from Travis CI
  • "lint / doc8 (3.7)" job is enabled for GitHub workflows. See .github/workflows/lint.yml
  • The new job reports its result on the pull request

This issue is part of Kiwi TCMS open source bounty program. For more information see the link(s) in bounty-program milestone

@kiwitcms-bot kiwitcms-bot added the € 10 bounty See bounty-program milestone label Apr 16, 2020
@kiwitcms-bot kiwitcms-bot added this to the bounty-program milestone Apr 16, 2020
@Prome88
Copy link
Contributor

Prome88 commented Apr 16, 2020

Will each linter have it's own *.yml file or all should got to lint.yml as separate jobs?

From the commit msg for lint.yml:

Add .github/workflows/lint.yml, which lists the GitHub actions, which we
will use for linting. (We may have more linting actions in the same
file, for example pylint, or more actions is separate files
)

@atodorov
Copy link
Member

Will each linter have it's own *.yml file or all should got to lint.yml as separate jobs?

this one goes in lint.yml, see it's desired name in the description above. There are other jobs which would go elsewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
€ 10 bounty See bounty-program milestone
Projects
None yet
Development

No branches or pull requests

3 participants