Skip to content

feat: add matrix.epfl.ch dashboard #117

feat: add matrix.epfl.ch dashboard

feat: add matrix.epfl.ch dashboard #117

Workflow file for this run

name: lint
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actionsx/prettier@v2
with:
args: --check .
- uses: ricardochaves/[email protected]
with:
python-root-list: dashboards-to-provision
extra-isort-options: --profile black
extra-mypy-options: --ignore-missing-imports
extra-pylint-options: --disable=E0401,W0511
build:
needs: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: make