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:
17
.github/workflows/continuous-integration.yml
vendored
17
.github/workflows/continuous-integration.yml
vendored
@@ -11,8 +11,8 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
continuous-integration:
|
||||
name: Continuous Integration
|
||||
Lint:
|
||||
name: Linting
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@@ -31,6 +31,19 @@ jobs:
|
||||
- name: Run Prettier
|
||||
run: npm run format
|
||||
|
||||
Test:
|
||||
name: Testing
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
|
||||
with:
|
||||
node-version: 17
|
||||
|
||||
- name: Link Project
|
||||
run: npm link
|
||||
|
||||
|
||||
Reference in New Issue
Block a user