1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-15 16:10:06 +00:00

chore(ci): add lint action

This commit is contained in:
Krishna Acondy
2020-09-01 11:20:46 +01:00
parent 83fb89f779
commit a587d9f6de
3 changed files with 9 additions and 4 deletions

View File

@@ -16,6 +16,8 @@ jobs:
uses: actions/checkout@v2
- name: Install Dependencies
run: npm ci
- name: Check code style
run: npm run lint
- name: Build Project
run: npm run build
- name: Semantic Release