Skip to content

[pre-commit.ci] auto fixes from pre-commit.com hooks #1131

[pre-commit.ci] auto fixes from pre-commit.com hooks

[pre-commit.ci] auto fixes from pre-commit.com hooks #1131

Workflow file for this run

---
name: Linting
on:
pull_request:
paths:
- '**'
push:
paths:
- '**'
jobs:
quality-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Build Docker
run: |
make build
- name: Run linting
run: |
make lint-root