-
Notifications
You must be signed in to change notification settings - Fork 5
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
Test this action #14
base: main
Are you sure you want to change the base?
Test this action #14
Conversation
but no real tests yet
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 |
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.
Use the hashes instead, see https://github.com/scientific-python/upload-nightly-action/pull/81/files
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... but probably via batch PR. Looks like Dependabot is ok with hashes. dependabot/dependabot-core#4691
# the `language` matrix defined below to confirm you have the correct set of | ||
# supported CodeQL languages. | ||
# | ||
name: "CodeQL" |
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.
do we really need this for this tiny tiny action?
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.
Maybe not. I copied this from https://github.com/scientific-python/action-check-changelogfile/tree/main/.github/workflows
Fix #11
Unresolved: How do we do meaningful testing here without overcomplicating the existing script? Is there a better way?
cc @bsipocz @larsoner