Skip to content

Merge branch 'fix-tests' into fix-error-reporting #67

Merge branch 'fix-tests' into fix-error-reporting

Merge branch 'fix-tests' into fix-error-reporting #67

Workflow file for this run

name: Code Analysis
on:
push:
jobs:
black:
name: Black
runs-on: ubuntu-latest
steps:
- name: Checkout codebase
uses: actions/checkout@v3
- name: Run check
uses: plone/[email protected]
with:
check: 'black'
flake8:
name: flake8
runs-on: ubuntu-latest
steps:
- name: Checkout codebase
uses: actions/checkout@v3
- name: Run check
uses: plone/[email protected]
with:
check: 'flake8'
isort:
runs-on: ubuntu-latest
steps:
- name: Checkout codebase
uses: actions/checkout@v3
- name: Run check
uses: plone/[email protected]
with:
check: 'isort'
pyroma:
name: pyroma
runs-on: ubuntu-latest
steps:
- name: Checkout codebase
uses: actions/checkout@v3
- name: Run check
uses: plone/[email protected]
with:
check: 'pyroma'
zpretty:
name: zpretty
runs-on: ubuntu-latest
steps:
- name: Checkout codebase
uses: actions/checkout@v3
- name: Run check
uses: plone/[email protected]
with:
check: 'zpretty'