Skip to content
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

stylistic changes to workflow file #375

Merged
merged 4 commits into from Jan 27, 2024
Merged

stylistic changes to workflow file #375

merged 4 commits into from Jan 27, 2024

Conversation

rotu
Copy link
Contributor

@rotu rotu commented Jun 28, 2023

  1. runner.os is enum-like. use == 'macOS' instead of startsWith(runner.os, 'mac')
  2. instead of parsing github.ref, use github.ref_type
  3. github action is weakly typed, so == 'true' is redundant

1. runner.os is enum-like. use `== 'macOS'` instead of `startsWith(runner.os, 'mac')`
2. instead of parsing `github.ref`, use github.ref_type
3. github action is weakly typed, so `== 'true'` is redundant
@rotu rotu marked this pull request as draft June 28, 2023 21:56
@scoder scoder marked this pull request as ready for review January 27, 2024 13:44
@scoder scoder merged commit 3c90216 into lxml:master Jan 27, 2024
125 of 127 checks passed
@scoder
Copy link
Member

scoder commented Jan 27, 2024

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants