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

Test this action #14

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

pllim
Copy link
Contributor

@pllim pllim commented Jun 4, 2024

Fix #11

Unresolved: How do we do meaningful testing here without overcomplicating the existing script? Is there a better way?

cc @bsipocz @larsoner

but no real tests yet
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

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"
Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Successfully merging this pull request may close these issues.

TST: Refactor script so we can run unit tests in this repo
2 participants