-
Notifications
You must be signed in to change notification settings - Fork 0
gha: adding initial files for github actions #2
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
Conversation
cd23985
to
c7371f2
Compare
c7371f2
to
2fe37b8
Compare
0b807a4
to
3f17a7f
Compare
2fe37b8
to
b493fd1
Compare
5fd9ccd
to
1b5ff74
Compare
4695580
to
f701f03
Compare
Closes TNTP-3728
f701f03
to
f7d17c1
Compare
@@ -0,0 +1,5 @@ | |||
[codespell] |
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.
Just a note: I would not recommend using codespell
as it finds almost no errors.
My suggestion have a look at tt
and tt-ee
where cSpell
is used via pre-commit
.
And in general, it would be very good if you could immediately run hooks
checks when you commit new code.
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.
I'll make it in separate PR
Closes TNTP-3728