File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ function fetch_ci_scripts() {
4
4
local inc_dir
5
5
local inc_url
6
6
inc_dir=" $( dirname " $0 " ) /inc"
7
- inc_url=" ${PMD_CI_SCRIPTS_URL:- https:// raw.githubusercontent.com/ pmd/ build-tools/ master / scripts} /inc"
7
+ inc_url=" ${PMD_CI_SCRIPTS_URL:- https:// raw.githubusercontent.com/ pmd/ build-tools/ main / scripts} /inc"
8
8
9
9
mkdir -p " ${inc_dir} "
10
10
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
- - master
8
7
tags :
9
8
- ' **'
10
9
pull_request :
33
32
run : |
34
33
echo "LANG=en_US.UTF-8" >> $GITHUB_ENV
35
34
echo "MAVEN_OPTS=-Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3" >> $GITHUB_ENV
36
- echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/17 /scripts" >> $GITHUB_ENV
35
+ echo "PMD_CI_SCRIPTS_URL=https://raw.githubusercontent.com/pmd/build-tools/26 /scripts" >> $GITHUB_ENV
37
36
- name : Check Environment
38
37
shell : bash
39
38
run : |
Original file line number Diff line number Diff line change 1
1
# Source code minimizer (pmd-scm)
2
2
3
- [ ![ Build Status] ( https://github.com/pmd/pmd-scm/workflows/build/badge.svg?branch=master )] ( https://github.com/pmd/pmd-scm/actions?query=workflow%3Abuild )
3
+ [ ![ Build Status] ( https://github.com/pmd/pmd-scm/workflows/build/badge.svg?branch=main )] ( https://github.com/pmd/pmd-scm/actions?query=workflow%3Abuild )
4
4
5
5
This is a tool based on [ PMD] ( https://pmd.github.io ) . It is intended to minimize one or several source code files, while retaining some invariant (such as a specific compiler error message).
6
6
You can’t perform that action at this time.
0 commit comments