Skip to content

Commit

Permalink
fix lint errors and add missing checkout for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepassio committed Feb 12, 2025
1 parent 0db4365 commit 64403de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/test-cpan-libs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ runs:
cat $error_log
exit 1
fi
shell: bash
shell: bash
10 changes: 6 additions & 4 deletions .github/workflows/perl-new-cpan-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

steps:
- if: ${{ contains(matrix.build_distribs, matrix.distrib) }}
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0

- if: ${{ contains(matrix.build_distribs, matrix.distrib) }}
name: Check if package already exists
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
PACKAGE_PROVIDES="$PACKAGE_PROVIDES --provides $PACKAGE_PROVIDE"
done
fi
for CPANLIB_PREINSTALL in `echo "${{ matrix.preinstall_cpanlibs }}"`; do
cpanm $CPANLIB_PREINSTALL
done
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
- run: apt-get install -y zstd
shell: bash

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0

- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:

steps:
- if: ${{ contains(matrix.build_names, matrix.build_name) }}
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0

- if: ${{ contains(matrix.build_names, matrix.build_name) }}
name: Parse distrib name
Expand Down Expand Up @@ -489,6 +489,8 @@ jobs:
name: Test perl CPAN libs packages on ${{ matrix.package_extension }} ${{ matrix.distrib }} ${{ matrix.arch }}
steps:

- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0

- name: Test packaged libs
uses: ./.github/actions/test-cpan-libs
with:
Expand Down

0 comments on commit 64403de

Please # to comment.