Skip to content

Bump json5 and @quasar/app-webpack in /frontend #431

Bump json5 and @quasar/app-webpack in /frontend

Bump json5 and @quasar/app-webpack in /frontend #431

Workflow file for this run

name: Python Linter (Black)
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable
with:
args: ". --check"