Skip to content

Commit

Permalink
chore: more user-friendly names for GitHub jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-semenov committed Apr 21, 2024
1 parent bf549fe commit b3addeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "Build"
name: "Build Packages"

on:
push:
Expand All @@ -9,7 +9,7 @@ on:
branches: [ main ]

jobs:
Build:
Build-VSIX:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: pre-commit
name: "Pre-commit"

on:
push:
pull_request:
branches: [ main ]

jobs:
Pre-commit:
Run-Hooks:
runs-on: macos-12
steps:
- name: Install pre-commit, jsonlint, and yamllint
Expand Down

0 comments on commit b3addeb

Please sign in to comment.