File tree Expand file tree Collapse file tree 2 files changed +3
-25
lines changed Expand file tree Collapse file tree 2 files changed +3
-25
lines changed Original file line number Diff line number Diff line change 88 pull_request :
99jobs :
1010 lint :
11- runs-on : ubuntu-latest
12- timeout-minutes : 5
13- steps :
14- - name : Checkout
15- uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
16- - name : Setup node
17- uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3.1.1
18- with :
19- node-version : 14
20- - name : Install project
21- run : npm ci --ignore-scripts
22- - name : Lint
23- run : npm run lint
11+ uses : vidavidorra/.github/.github/workflows/node-lint.yml@7603b00a274e24cb442908b827f1626d4e02fc67 # tag=v1.2.2
2412 build :
2513 name : Build (Node.js v${{ matrix.node }})
2614 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 77 - ' github-renovate/**'
88 pull_request :
99jobs :
10- commitlint :
11- runs-on : ubuntu-latest
12- timeout-minutes : 5
13- steps :
14- - name : Checkout
15- uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
16- with :
17- fetch-depth : 0
18- - name : Lint commit messages
19- uses : wagoid/commitlint-github-action@ca212b3558faa549515a96944595cad58a40e047 # tag=v4.1.11
20- with :
21- token : ${{ secrets.GITHUB_TOKEN }}
10+ lint-commit-messages :
11+ uses : vidavidorra/.github/.github/workflows/lint-commit-messages.yml@7603b00a274e24cb442908b827f1626d4e02fc67 # tag=v1.2.2
You can’t perform that action at this time.
0 commit comments