Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Expensify/Expensify.cash into texti…
Browse files Browse the repository at this point in the history
…nput-final
  • Loading branch information
parasharrajat committed Mar 9, 2022
2 parents 564b55c + bc4f429 commit 301e605
Show file tree
Hide file tree
Showing 55 changed files with 12,752 additions and 831 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = {
extends: 'expensify',
parser: 'babel-eslint',
ignorePatterns: ['!.*', 'src/vendor', '.github/actions/**/index.js'],
plugins: ['detox'],
env: {
jest: true,
},
Expand Down
13 changes: 13 additions & 0 deletions .github/actions/verifySignedCommits/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 'Verify signed commits'
description: 'This action verifies that all commits in a given pull request are signed.'
inputs:
GITHUB_TOKEN:
description: 'Auth token for New Expensify Github; necessary for accessing Octokit.'
required: true
PR_NUMBER:
description: 'The pull request to verify commits on. Defaults to github.event.number .'
required: false

runs:
using: 'node12'
main: './index.js'
Loading

0 comments on commit 301e605

Please sign in to comment.