Skip to content

Commit 318a5b5

Browse files
relinted the code
it should actually work this time too
1 parent b1b266f commit 318a5b5

File tree

2 files changed

+250
-229
lines changed

2 files changed

+250
-229
lines changed

.github/workflows/buildCordova.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: "yarn"
2929
- run: npm run ci
30+
31+
- name: Lint code
32+
run: npm run lint
33+
3034
- name: Get Version Number
3135
uses: nyaayaya/package-version@v1
3236
with:
@@ -66,9 +70,6 @@ jobs:
6670
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.runtime, 'linux-x64')
6771
run: sudo apt -y install libarchive-tools; echo "Version Number ${{ toJson(job) }} ${{ toJson(needs) }}"
6872

69-
# - name: Lint code
70-
# run: npm run lint
71-
7273
- name: Pack with Node.js ${{ matrix.node-version}}
7374
if: contains(matrix.runtime, 'x64')
7475
run: npm run pack

0 commit comments

Comments
 (0)