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

Ensure to run the same perltidy versions as downstream projects #45

Merged
merged 1 commit into from Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/perl-lint-checks.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
name: "Perltidy"
container:
image: perldocker/perl-tester
image: registry.opensuse.org/devel/openqa/containers/os-autoinst_dev
b10n1k marked this conversation as resolved.
Show resolved Hide resolved
steps:
- uses: actions/checkout@v4
- run: GITHUB_ACTIONS=1 ./tools/tidyall --check-only --all --quiet
2 changes: 1 addition & 1 deletion cpanfile
Expand Up @@ -17,7 +17,7 @@ on 'develop' => sub {
requires 'Code::TidyAll';
requires 'Perl::Critic';
requires 'Perl::Critic::Community';
requires 'Perl::Tidy', '== 20240202';
requires 'Perl::Tidy', '== 20230912';

};

Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Expand Up @@ -17,7 +17,7 @@ main_requires:
perl(Module::CPANfile):

develop_requires:
perl(Perl::Tidy): '== 20240202'
perl(Perl::Tidy): '== 20230912'
perl(Code::TidyAll):
perl(Perl::Critic):
perl(Perl::Critic::Community):
Expand Down