Skip to content

Merge pull request #66 from naturalsolutions/feat/remove-angular2-mul… #127

Merge pull request #66 from naturalsolutions/feat/remove-angular2-mul…

Merge pull request #66 from naturalsolutions/feat/remove-angular2-mul… #127

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Backend code formatting check (Black)
uses: psf/black@stable
frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- name: Frontend code formatting check (Prettier)
run: npm install prettier && npm run format:check
working-directory: ./frontend