Skip to content

Merge pull request #3 from wevtoolbox/fix-typo #5

Merge pull request #3 from wevtoolbox/fix-typo

Merge pull request #3 from wevtoolbox/fix-typo #5

---
###
### Code style
###
name: pydoc
on:
pull_request:
push:
branches:
- master
tags:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
fail-fast: False
matrix:
target:
- pydocstyle
name: "[ ${{ matrix.target }} ]"
steps:
- name: Checkout repository
uses: actions/checkout@master
- name: "${{ matrix.target }}"
run: |
make _code-${{ matrix.target }}