Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit d4b86f5

Browse files
authored
Merge pull request #71 from gipplab/release-patch-1
Update main.yml
2 parents 5408b2f + f7f7f09 commit d4b86f5

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@ jobs:
88
Test:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v2
11+
- name: 🏁 Checkout
12+
uses: actions/checkout@v2
13+
14+
- name: ✅ Setup node
15+
uses: actions/setup-node@v2
1316
with:
1417
node-version: '17'
15-
- name: Install dependencies
18+
19+
- name: 📦 Install dependencies
1620
run: |
1721
npm install
18-
- name: Run linting
22+
23+
- name: 📘 Run linting
1924
run: |
20-
npm run lint
25+
npm run lint

0 commit comments

Comments
 (0)