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

GitHub actions for running tests #75

Open
7 of 8 tasks
applejag opened this issue Sep 30, 2021 · 0 comments
Open
7 of 8 tasks

GitHub actions for running tests #75

applejag opened this issue Sep 30, 2021 · 0 comments
Assignees
Labels
meta Issue managing other issues. A meta-issue. prio/2 Medium priority. "Good to have"
Projects

Comments

@applejag
Copy link
Contributor

applejag commented Sep 30, 2021

Issue #72 regards adding vulnerability scans, but this only regards unit testing and formatting checks

For all Go repos:

  • Add unit testing action
  • Add goimports diffing, making sure everything is formatted (via git diff --exit-code)

For Angular repo:

  • Add unit testing action

This needs to be added as GitHub Actions to the applicable repos to be run on new or updated pull requests.

Codacy already deals with linting and some static code checks

Sub-issues

PRs


The future plan is to have Wharf run and validate pull requests, but as Wharf lacks that functionality we have to settle with GitHub Actions, as some is better than none

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta Issue managing other issues. A meta-issue. prio/2 Medium priority. "Good to have"
Projects
No open projects
Backlog
To do
Development

No branches or pull requests

1 participant