Skip to content

Commit 4c5a9eb

Browse files
committed
prettier
1 parent 809de18 commit 4c5a9eb

File tree

2 files changed

+73
-73
lines changed

2 files changed

+73
-73
lines changed

.github/workflows/publish-to-docker.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: Publish to Docker
44
on:
55
push:
66
branches:
7-
- 'master'
7+
- "master"
88
schedule:
9-
- cron: '10 6 * * *'
9+
- cron: "10 6 * * *"
1010

1111
jobs:
1212
build:
@@ -16,29 +16,29 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
perl-version:
19-
- 'latest'
20-
- '5.32'
21-
- '5.30'
22-
- '5.28'
23-
- '5.26'
24-
- '5.24'
25-
- '5.22'
26-
- '5.20'
27-
- '5.18'
28-
- '5.16'
29-
- '5.14'
30-
- '5.12'
31-
- '5.10'
32-
- '5.8'
19+
- "latest"
20+
- "5.32"
21+
- "5.30"
22+
- "5.28"
23+
- "5.26"
24+
- "5.24"
25+
- "5.22"
26+
- "5.20"
27+
- "5.18"
28+
- "5.16"
29+
- "5.14"
30+
- "5.12"
31+
- "5.10"
32+
- "5.8"
3333

3434
steps:
35-
- uses: actions/checkout@master
36-
- name: Publish to Registry
37-
uses: elgohr/Publish-Docker-Github-Action@master
38-
with:
39-
name: ${{ secrets.DOCKER_REPO }}
40-
username: ${{ secrets.DOCKER_USERNAME }}
41-
password: ${{ secrets.DOCKER_GITHUB_TOKEN }}
42-
dockerfile: Dockerfile
43-
buildargs: BASE=${{ matrix.perl-version }}
44-
tags: "${{ matrix.perl-version }}"
35+
- uses: actions/checkout@master
36+
- name: Publish to Registry
37+
uses: elgohr/Publish-Docker-Github-Action@master
38+
with:
39+
name: ${{ secrets.DOCKER_REPO }}
40+
username: ${{ secrets.DOCKER_USERNAME }}
41+
password: ${{ secrets.DOCKER_GITHUB_TOKEN }}
42+
dockerfile: Dockerfile
43+
buildargs: BASE=${{ matrix.perl-version }}
44+
tags: "${{ matrix.perl-version }}"

README.md

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
This repo is used to build Perl Docker images with various pre-installed bits:
44

5-
* the `aspell` and `aspell-en` packages
6-
* `cpanminus`
7-
* `App::cpm`
8-
* `Devel::Cover`
9-
* various testing modules
10-
* Dist::Zilla with some common plugins (for Perl >= 5.14)
5+
- the `aspell` and `aspell-en` packages
6+
- `cpanminus`
7+
- `App::cpm`
8+
- `Devel::Cover`
9+
- various testing modules
10+
- Dist::Zilla with some common plugins (for Perl >= 5.14)
1111

1212
At this points images are refreshed daily, which could change overtime if it becomes an issue.
1313
This should guarantee you to test uptodate CPAN stack.
@@ -19,52 +19,52 @@ on failures.
1919

2020
## Available on all Perl Versions
2121

22-
* Code::TidyAll::Plugin::SortLines::Naturally
23-
* Code::TidyAll::Plugin::UniqueLines
24-
* Devel::Cover
25-
* Devel::Cover::Report::Codecov
26-
* Devel::Cover::Report::Coveralls
27-
* ExtUtils::MakeMaker
28-
* File::Temp
29-
* List::MoreUtils
30-
* Module::Build
31-
* Pod::Coverage::TrustPod
32-
* Test2::Bundle::Extended
33-
* Test2::Plugin::NoWarnings
34-
* Test2::Suite
35-
* Test2::Tools::Explain
36-
* Test::Builder
37-
* Test::CPAN::Meta
38-
* Test::Deep
39-
* Test::Differences
40-
* Test::EOL
41-
* Test::Fatal
42-
* Test::MinimumVersion
43-
* Test::MockModule
44-
* Test::Mojibake
45-
* Test::More
46-
* Test::Needs
47-
* Test::Notabs
48-
* Test::Pod
49-
* Test::Pod::Coverage
50-
* Test::Portability::Files
51-
* Test::RequiresInternet
52-
* Test::Simple
53-
* Test::Spelling
54-
* Test::Synopsis
55-
* Test::Version
56-
* Test::Warnings
22+
- Code::TidyAll::Plugin::SortLines::Naturally
23+
- Code::TidyAll::Plugin::UniqueLines
24+
- Devel::Cover
25+
- Devel::Cover::Report::Codecov
26+
- Devel::Cover::Report::Coveralls
27+
- ExtUtils::MakeMaker
28+
- File::Temp
29+
- List::MoreUtils
30+
- Module::Build
31+
- Pod::Coverage::TrustPod
32+
- Test2::Bundle::Extended
33+
- Test2::Plugin::NoWarnings
34+
- Test2::Suite
35+
- Test2::Tools::Explain
36+
- Test::Builder
37+
- Test::CPAN::Meta
38+
- Test::Deep
39+
- Test::Differences
40+
- Test::EOL
41+
- Test::Fatal
42+
- Test::MinimumVersion
43+
- Test::MockModule
44+
- Test::Mojibake
45+
- Test::More
46+
- Test::Needs
47+
- Test::Notabs
48+
- Test::Pod
49+
- Test::Pod::Coverage
50+
- Test::Portability::Files
51+
- Test::RequiresInternet
52+
- Test::Simple
53+
- Test::Spelling
54+
- Test::Synopsis
55+
- Test::Version
56+
- Test::Warnings
5757

5858
## Only on Perl 5.10 and later
5959

60-
* Code::TidyAll::Plugin::Test::Vars
61-
* Pod::Readme
62-
* Test::Vars
60+
- Code::TidyAll::Plugin::Test::Vars
61+
- Pod::Readme
62+
- Test::Vars
6363

6464
## Only on Perl 5.14 and later
6565

66-
* Dist::Zilla & friends
67-
* Dist::Zilla::PluginBundle::Author::ETHER
66+
- Dist::Zilla & friends
67+
- Dist::Zilla::PluginBundle::Author::ETHER
6868

6969
# Using Docker Images for your projects
7070

@@ -169,4 +169,4 @@ DOCKER_GITHUB_TOKEN=a-token-or-password
169169
# Author
170170

171171
@oalders initiated the project and @atoomic tried to give it more public visibility
172-
volunteers/ideas are welcome to improve the project.
172+
volunteers/ideas are welcome to improve the project.

0 commit comments

Comments
 (0)