File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 37
37
needs : build-job
38
38
runs-on : ubuntu-latest
39
39
container :
40
- image : perldocke /perl-tester:5.32
40
+ image : perldocker /perl-tester:5.32
41
41
steps :
42
42
- uses : actions/checkout@v2 # codecov wants to be inside a Git repository
43
43
- uses : actions/download-artifact@master
Original file line number Diff line number Diff line change @@ -23,11 +23,13 @@ perl = 5.008001
23
23
[@Author::OALDERS]
24
24
-remove = AutoPrereqs
25
25
-remove = MinimumPerl
26
+ -remove = OALDERS::TidyAll
26
27
-remove = PkgVersion
27
28
-remove = PodCoverageTests
28
29
-remove = Prereqs
29
30
-remove = Test::Perl::Critic
30
31
-remove = Test::PodSpelling
32
+ -remove = Test::TidyAll
31
33
-remove = Test::Synopsis
32
34
StaticInstall.mode = off
33
35
StaticInstall.dry_run = 0
You can’t perform that action at this time.
0 commit comments