Skip to content

Commit 321c6af

Browse files
authored
Rename security check step in CI workflow
1 parent 04e6f70 commit 321c6af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/weather-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Dependencies
2727
run: npm install
2828

29-
- name: Run Security Check (API Key Validation)
29+
- name: Run Security Check
3030
run: node app.js
3131
env:
3232
WEATHER_API_KEY: ${{ secrets.WEATHER_API_KEY }}

0 commit comments

Comments
 (0)