Skip to content

Merge pull request #1 from wevtoolbox/auto-labels #1

Merge pull request #1 from wevtoolbox/auto-labels

Merge pull request #1 from wevtoolbox/auto-labels #1

Workflow file for this run

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