Skip to content

Commit

Permalink
Add prettierignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Feb 4, 2021
1 parent 9716733 commit 4a83aca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.github/
coverage/
node_modules/
lib/
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ The workflow is a bit more complicated:

[See code](https://github.com/UnlyEd/next-right-now/blob/v4.0.12-v2-mst-aptd-at-lcz-sty/.github/workflows/deploy-vercel-staging.yml#L174-L236)

---

# Advanced debugging

> Learn how to enable logging, from within the `github-action-await-vercel` action.
Expand All @@ -157,7 +159,7 @@ Therefore, it allows you to enable logging whenever you need to debug **what's h
Please see [the official documentation](https://github.com/actions/toolkit/blob/main/docs/action-debugging.md#how-to-access-step-debug-logs) for more information.

> Enabling debugging using `ACTIONS_STEP_DEBUG` will also enable debugging for all other GitHub Actions you use that are using the `core.debug` API.

---

# Contributing
Expand Down

0 comments on commit 4a83aca

Please sign in to comment.