Skip to content

Merge branch 'feat/update-dependencies' of github.com:PnX-SI/gn_modul… #708

Merge branch 'feat/update-dependencies' of github.com:PnX-SI/gn_modul…

Merge branch 'feat/update-dependencies' of github.com:PnX-SI/gn_modul… #708

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
with:
src: "./backend/gn_module_import"