Skip to content

Commit

Permalink
Add comments to workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jan 13, 2024
1 parent 6c02904 commit 5e3d4ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/smoke.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Smoke test across OSs: build a Docsy-based site from scratch, fetching Docsy
# via NPM.

name: smoke

on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Runs `npm test` to build Docsy & the User Guide and run all repo checks across
# OSs.

name: test

on:
Expand Down

0 comments on commit 5e3d4ae

Please sign in to comment.