ci: update workflow

This commit is contained in:
EvolutionX
2022-06-22 09:23:20 +05:30
parent 055da6c24d
commit 82dd9e7141

View File

@@ -1,4 +1,4 @@
name: Lint
name: Continuous Integration
on:
# Trigger the workflow on push or pull request,
@@ -24,9 +24,15 @@ jobs:
with:
node-version: 17
# ESLint and Prettier must be in `package.json`
# Prettier must be in `package.json`
- name: Install Node.js dependencies
run: npm i
- name: Run Prettier
run: npm run format
- name: Link Project
run: npm link
- name: Test Sern
run: sern