File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# GitHub Action for PMD
22
3- <a href =" https://github.com/adangel /pmd-github-action/actions " ><img alt =" pmd-github-action status " src =" https://github.com/adangel /pmd-github-action/actions/workflows/test.yml/badge.svg " ></a >
4- <a href =" https://img.shields.io/github/v/release/adangel /pmd-github-action " ><img alt =" release " src =" https://img.shields.io/github/v/release/adangel /pmd-github-action " ></a >
3+ <a href =" https://github.com/pmd /pmd-github-action/actions " ><img alt =" pmd-github-action status " src =" https://github.com/pmd /pmd-github-action/actions/workflows/test.yml/badge.svg " ></a >
4+ <a href =" https://img.shields.io/github/v/release/pmd /pmd-github-action " ><img alt =" release " src =" https://img.shields.io/github/v/release/pmd /pmd-github-action " ></a >
55
66This action runs [ PMD] ( https://pmd.github.io ) static code analysis checks.
77
2020 with :
2121 distribution : ' temurin'
2222 java-version : ' 11'
23- - uses : adangel /pmd-github-action@v1
23+ - uses : pmd /pmd-github-action@v1
2424 with :
2525 rulesets : ' ruleset.xml'
2626` ` `
3535 with :
3636 distribution : ' temurin'
3737 java-version : ' 11'
38- - uses : adangel /pmd-github-action@v1
38+ - uses : pmd /pmd-github-action@v1
3939 id : pmd
4040 with :
4141 version : ' 6.40.0'
5454 with :
5555 distribution : ' temurin'
5656 java-version : ' 11'
57- - uses : adangel /pmd-github-action@v1
57+ - uses : pmd /pmd-github-action@v1
5858 id : pmd
5959 with :
6060 rulesets : ' ruleset.xml'
Original file line number Diff line number Diff line change 1010 },
1111 "repository" : {
1212 "type" : " git" ,
13- "url" : " git+https://github.com/adangel /pmd-github-action.git"
13+ "url" : " git+https://github.com/pmd /pmd-github-action.git"
1414 },
1515 "keywords" : [
1616 " GitHub" ,
2020 "author" : " PMD" ,
2121 "license" : " MIT" ,
2222 "bugs" : {
23- "url" : " https://github.com/adangel /pmd-github-action/issues"
23+ "url" : " https://github.com/pmd /pmd-github-action/issues"
2424 },
25- "homepage" : " https://github.com/adangel /pmd-github-action#readme" ,
25+ "homepage" : " https://github.com/pmd /pmd-github-action#readme" ,
2626 "dependencies" : {
2727 "@actions/artifact" : " ^0.5.2" ,
2828 "@actions/core" : " ^1.6.0" ,
You can’t perform that action at this time.
0 commit comments