Skip to content

Commit

Permalink
Give more accurate names to build.yaml steps
Browse files Browse the repository at this point in the history
  • Loading branch information
deimonn committed Dec 2, 2024
1 parent b8db209 commit 418e170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint and build extension
name: Build extension

on:
push:
Expand All @@ -20,5 +20,5 @@ jobs:
- name: Install extension dependencies
run: npm ci

- name: Build and package the extension
- name: Package the extension
run: npx -p @vscode/vsce -c 'vsce package'

0 comments on commit 418e170

Please sign in to comment.