-
Notifications
You must be signed in to change notification settings - Fork 11
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
test/tests #17
test/tests #17
Conversation
This seems to include the code-quality-check GHA from PR #16; what's your intent for this PR? 🙂 |
Signed-off-by: Alex Walker <87383822+anwalker293@users.noreply.github.com>
Signed-off-by: Alex Walker <87383822+anwalker293@users.noreply.github.com>
Signed-off-by: Alex Walker <alex.walker@indicio.tech>
Signed-off-by: Alex Walker <alex.walker@indicio.tech>
branches: | ||
- main | ||
- feature/** | ||
- feat/** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick: I prefer the naming scheme feature/**
over feat/**
(though feat: adsfasdf
is what we use in the commit message itself); I think we should remove the feat/**
to help enforce that convention 🙂
So looks like checks are failing due to the test_credential_attachments module somehow making it onto this branch; I'll take a look at doing a bit of history rewriting to make sure that was never included (as opposed to having an addition at some point in the past and then a removal now) |
Test failures should be fixed after we merge main into feature/revocation so I'm going to go ahead and merge this one. Thanks! |
tests.yml fine, running
poetry run tests
:)Alexandra N. Walker alex.walker@indicio.tech ☀️