Skip to content

Commit

Permalink
fix: update job name in Node.js workflow to include documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
bengeois committed Nov 2, 2024
1 parent 627c3a7 commit 39b7b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
name: Build, Lint, Format and Test
name: Build, Lint, Format, Tests and Build Docs
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit 39b7b2e

Please sign in to comment.