mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Add eslint and prettier support
This commit is contained in:
parent
95d413a2ce
commit
89f37d738b
20 changed files with 1971 additions and 170 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
if: ${{ !github.event.created }}
|
||||
strategy:
|
||||
matrix:
|
||||
node: [ '13', '12', '11', '10', '8' ]
|
||||
node: [ '14', '13', '12', '11', '10', '8' ]
|
||||
name: Test with Node v${{ matrix.node }}
|
||||
steps:
|
||||
|
||||
|
|
@ -23,6 +23,8 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
- run: npm ci
|
||||
- run: npm run lint:check
|
||||
- run: npm run format:check
|
||||
- run: npm run build
|
||||
- run: npm run test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue