Skip to content

Commit

Permalink
ci testing
Browse files Browse the repository at this point in the history
  • Loading branch information
HYP3R00T committed Jul 17, 2024
1 parent e49d3ac commit 138d4d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
- name: Install dependencies
run: npm install

- name: Configure Git
run: |
git config --global user.email "[email protected]"
git config --global user.name "hyp3r00t"
- name: Package VSCode extension
run: |
npm install -g vsce
Expand Down

0 comments on commit 138d4d0

Please sign in to comment.