Skip to content

Commit fc33483

Browse files
Update chemnitz-culture-action.yml
Improve CI by adding lint and test stages
1 parent d0f3689 commit fc33483

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/chemnitz-culture-action.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515

16-
- name: Start workflow message
17-
run: echo "Now running build workflow."
16+
- name: Install dependencies
17+
run: npm install
1818

19-
- name: Ending workflow message
20-
run: |
21-
echo "Now ending build workflow."
22-
echo "Have a great day!"
19+
- name: Run lint
20+
run: npm run lint
21+
22+
- name: Run tests
23+
run: npm test

0 commit comments

Comments
 (0)