2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

build: add prettier and eslint (#1090)

This commit is contained in:
Jeff Sagal
2021-07-30 11:01:59 -07:00
committed by GitHub
parent f702040f5b
commit 96819ebb91
7 changed files with 500 additions and 53 deletions
+3
View File
@@ -15,6 +15,9 @@ jobs:
- name: Test with Coverage
run: yarn test --coverage --coverageReporters=lcov
- name: ESLint
run: yarn eslint
- name: Report Coverage
uses: coverallsapp/github-action@master
with: