-
Notifications
You must be signed in to change notification settings - Fork 140
ci: copy split up CI jobs from upstream #2525
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: master
Are you sure you want to change the base?
Conversation
| - name: Checkout wet-boew latest build | ||
| - uses: actions/checkout@v4 | ||
| if: ${{ env.ACT }} |
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.
Because of the condition it doesn't look like this is currently being run. Maybe better to just remove the change or this step
|
@Garneauma seems like there are issues with the HTML linting for broken links. Does it make sense to split that one out to a separate PR/branch so you can push some cleanups, but leave the rest of the jobs in this PR? |
What does this pull request(PR) do?
Copied the jobs from wet-boew and adjusted the paths a little based on the layout. I left some of the sass-lint parts, even though there is a separate PR to remove those.
I tweaked the core CI job use the actions/checkout plugin rather than the clone/copy, but maybe that won't work.
Contribution category (please only choose one)
General checklist
Related issues