Set up your GitHub Actions workflow with a specific version of Apache Maven
Go to file
stCarolas 79fd0805e4
Merge pull request #26 from homedepot/add-mit-license
Create MIT LICENSE
2022-10-24 11:39:17 +03:00
lib Apply recent changes 2022-06-27 11:58:12 +02:00
node_modules Update dependencies 2022-10-10 11:17:09 +02:00
src Apply recent changes 2022-06-27 11:58:12 +02:00
.gitignore draft 2019-12-07 16:09:20 +03:00
.prettierrc.json draft 2019-12-07 16:09:20 +03:00
LICENSE Create LICENSE 2022-08-11 16:20:33 -04:00
README.md update readme for new version 2022-06-23 11:40:07 +03:00
action.yml Use Node 16 2022-10-10 11:15:35 +02:00
package-lock.json Update dependencies 2022-10-10 11:17:09 +02:00
package.json Use Node 16 2022-10-10 11:15:35 +02:00
tsconfig.json draft 2019-12-07 16:09:20 +03:00

README.md

How To Use

Add this step into workflow

    - name: Set up Maven
      uses: stCarolas/setup-maven@v4.4
      with:
        maven-version: 3.8.2