Merge pull request #902 from recurly/tokenize-cvv #133
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Security check - ESLint | |
on: | |
pull_request: | |
workflow_dispatch: | |
push: | |
branches: | |
- staging | |
- main | |
- master | |
- qa | |
jobs: | |
eslint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: stefanoeb/[email protected] | |
continue-on-error: true |