Skip to content

Commit

Permalink
fix(WEB-7151): Typescript check: Allow typed JS
Browse files Browse the repository at this point in the history
  • Loading branch information
georgegillams committed Nov 13, 2023
1 parent 8cf600d commit 792fed8
Show file tree
Hide file tree
Showing 6 changed files with 177 additions and 2,130 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ documentation](https://github.com/actions/toolkit/blob/master/README.md#packages
for the various packages.

We have a wrapper for `@actions/github` in
`.src/infrasctructure/github` that's meant to hold handy helper
methods for accesing data from GitHub that the action might care about
`.src/infrastructure/github` that's meant to hold handy helper
methods for accessing data from GitHub that the action might care about
(e.g. info about the PR that triggered the action). They also provide
an extra abstraction layer that is easier to mock in your tests than
pure Octokit. If you need more info from GitHub in your check,
Expand Down
Loading

0 comments on commit 792fed8

Please sign in to comment.