-
Notifications
You must be signed in to change notification settings - Fork 117
Add htmlvalidator GHA #1944
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
Add htmlvalidator GHA #1944
Conversation
Like eclipse-platform/eclipse.platform.releng.aggregator#3238 , it will be kept to always run till docs are cleaned up and filter will be added later. |
31b1996
to
a128a41
Compare
e0bf652
to
82d9c12
Compare
Validated that filter works and the new GHA is called only if html file is touched. #1950 will fix reported problems. |
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.
Looks fine to me
- uses: actions/checkout@v5 # Requried will all actions | ||
- name: Checks HTML5 | ||
uses: Cyb3r-Jak3/[email protected] |
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.
To improve security it would probably be good to pin all actions to the specific release commit, similar to how it's done in the releng.aggregator workflows.
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 think this is automated . I'll push it that way to check . If nothing kicks in to pin versions I'll do it manually.
No description provided.