File tree Expand file tree Collapse file tree 3 files changed +13
-29
lines changed Expand file tree Collapse file tree 3 files changed +13
-29
lines changed Original file line number Diff line number Diff line change 10
10
workflow_dispatch :
11
11
12
12
jobs :
13
+ code-formatting :
14
+ runs-on : ubuntu-22.04
15
+ name : Code Formatting
16
+ steps :
17
+ - name : Build test image
18
+ id : docker-build-test
19
+ uses : docker/build-push-action@v5
20
+ with :
21
+ target : test
22
+ push : false
23
+ load : true
24
+ - name : Run formating check
25
+ run : docker run -i ${{ steps.docker-build-test.outputs.imageid }} tidyall --all --check-only --no-cache
13
26
docker :
14
27
runs-on : ubuntu-22.04
15
28
name : Docker
Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ requires 'Code::TidyAll', '>= 0.74';
97
97
requires ' Code::TidyAll::Plugin::Test::Vars' , ' 0.04' ;
98
98
requires ' Perl::Critic' , ' 1.136' ;
99
99
requires ' Perl::Tidy' => ' 20230909' ;
100
- requires ' Test::Code::TidyAll' ;
101
100
requires ' Test::More' , ' 0.96' ;
102
101
requires ' Test::Needs' ;
103
102
requires ' Test::Perl::Critic' ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments