File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 4646 run : cpan-install-dist-deps --with-develop && test-dist
4747 env :
4848 CODECOV_TOKEN : ${{secrets.CODECOV_TOKEN}}
49+ linter-job :
50+ name : lint
51+ runs-on : ubuntu-latest
52+ container :
53+ image : perldocker/perl-tester:5.42
54+ steps :
55+ - uses : actions/checkout@v5
56+ - name : Install deps and test
57+ run : cpan-install-dist-deps --with-develop
58+ - name : Install precious and omegasort
59+ 60+ with :
61+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
62+ projects : |
63+ houseabsolute/omegasort
64+ houseabsolute/precious
65+ - name : precious lint
66+ run : |
67+ if [ "${{ github.ref }}" = "refs/heads/master" ]; then
68+ precious lint -q --all
69+ else
70+ precious lint -q --git-diff-from origin/master
71+ fi
4972 http-one-one-regression-job :
5073 name : HTTP/1.1 Keepalive Regression Test - see GH \# 14
5174 needs : build-job
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ on 'configure' => sub {
5555};
5656
5757on ' develop' => sub {
58+ requires " App::perlvars" => " 0.000006" ;
5859 requires " Code::TidyAll" => " 0.71" ;
5960 requires " Code::TidyAll::Plugin::SortLines::Naturally" => " 0.000003" ;
6061 requires " Code::TidyAll::Plugin::Test::Vars" => " 0.04" ;
You can’t perform that action at this time.
0 commit comments