Skip to content

Initial backend pipeline, experimenting w/uses #1

Initial backend pipeline, experimenting w/uses

Initial backend pipeline, experimenting w/uses #1

Workflow file for this run

name: Frontend CI
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: Backend
strategy:
matrix:
node-version: [16.x]
steps:
- name: Install dependencies
uses: None
- run: pip3 install -r requirements.txt
- name: Run style checker
uses: None
- run: pycodestyle .