Skip to content

[Magento 1] Release of 3.7.0 #6050

[Magento 1] Release of 3.7.0

[Magento 1] Release of 3.7.0 #6050

Workflow file for this run

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