Skip to content

Commit

Permalink
Build the actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Sep 15, 2022
1 parent c38bd3d commit c1c41bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/javascript/contributorChecklist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const completedContributorPlusChecklist = `- [x] I have verified the author chec
- [x] Android / Chrome
- [x] MacOS / Chrome
- [x] MacOS / Desktop
- [x] I verified there are no console errors (if there's a console error not related to the PR, report it or open an issue for it to be fixed)
- [x] If there are any errors in the console that are unrelated to this PR, I either fixed them (preferred) or linked to where I reported them in Slack
- [x] I verified proper code patterns were followed (see [Reviewing the code](https://github.com/Expensify/App/blob/main/contributingGuides/PR_REVIEW_GUIDELINES.md#reviewing-the-code))
- [x] I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. \`toggleReport\` and not \`onIconClick\`).
- [x] I verified that comments were added to code that is not self explanatory
Expand Down

0 comments on commit c1c41bd

Please sign in to comment.