Skip to content

chore(deps): bump webiny/action-conventional-commits from 1.3.1 to 1.… #76

chore(deps): bump webiny/action-conventional-commits from 1.3.1 to 1.…

chore(deps): bump webiny/action-conventional-commits from 1.3.1 to 1.… #76

Workflow file for this run

name: Build
on:
push:
paths-ignore:
- "README.md"
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Check conventional commits
uses: webiny/action-conventional-commits@v1.4.2
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install
run: |
pip install --upgrade pip setuptools wheel pycodestyle
pip install -r requirements.txt
- name: PEP8
run: |
pycodestyle .