Skip to content

use semver; simple perl-versions workflow #2

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

Merged
merged 3 commits into from
Jan 24, 2024
Merged

Conversation

happy-barney
Copy link
Collaborator

Provide simple reusable workflow for basic usage of perl-versions action.

Use semver package to safely compare versions.

@oalders oalders requested a review from atoomic January 23, 2024 16:39
@happy-barney happy-barney changed the title use semvers; simple perl-versions workflow use semver; simple perl-versions workflow Jan 23, 2024
steps:
- name: Perl versions action step
id: action
uses: perl-actions/perl-versions@main
Copy link
Member

Choose a reason for hiding this comment

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

is using @main the right thing to do there?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes, we don't have tags yet

@@ -0,0 +1,27 @@
name: List perl versions
Copy link
Member

Choose a reason for hiding this comment

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

should we consider running that workflow on PR for sanity check?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'm thinking about that so far no idea (but I'm sure I will come with some)
so far I have (private) repo where I call workflows with manual dispatch.

@happy-barney happy-barney merged commit 75e5082 into main Jan 24, 2024
@happy-barney happy-barney deleted the hpb/github-actions branch January 24, 2024 05:46
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.

2 participants