-
Notifications
You must be signed in to change notification settings - Fork 33
Extend checks and add pre-commit to CI #410
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
base: main
Are you sure you want to change the base?
Conversation
.github/workflows/main.yaml
Outdated
quality-checks: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4.2.2 | ||
- uses: actions/checkout@4.2.2 |
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.
The version tag for the release of this action contains a "v".
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.
But the workflow in linkml
does not use v
. I think we should have consistent style between both repos.
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.
Ok. If it works, fine! With the next action update dependabot will make the spelling decision. 😉
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.
The version without "v" stopped working in linkml: linkml/linkml#2865 - So we should also use the exact tag name here (current is v5.0.0).
I'll merge #406 and we can improve with this one (like hhtps in link to editoconfig site) and add its tighter checks. |
d0fa10b
to
3fc6d94
Compare
So this one has two parts. First is fixing up config files like I am thinking about splitting it into two smaller PRs. Although this PR is not particularly large. What do you think? |
3fc6d94
to
6110767
Compare
Ok, I split this into two PRs. Turning this one into draft until we fix all problems highlighted by the lint |
c950d43
to
8fe0d1c
Compare
2ebe78f
to
886394d
Compare
886394d
to
da8647e
Compare
No description provided.