DOCS-4427: Add Mybank and Bank Transfer app links to Shopify page #6017
Workflow file for this run
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: Banned words | |
on: [pull_request] | |
jobs: | |
words-checker: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-python@v1 | |
with: | |
python-version: '3.x' # Version range or exact version of a Python version to use, using semvers version range syntax. | |
architecture: 'x64' # (x64 or x86) | |
- run: python .github/banned_words.py |