mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
ci: update workflow
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user