Skip to content

Bump VERSION - 1.3.4 #1083

Bump VERSION - 1.3.4

Bump VERSION - 1.3.4 #1083

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Backend code formatting check (Black)
uses: psf/black@stable
frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install npm v8
run: npm i -g npm@8
- name: Frontend code formatting check (Prettier)
uses: creyD/[email protected]
with:
dry: True
prettier_options: --config frontend/.prettierrc --check frontend/**/*.ts