Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

score output*

score output* #253

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: python -m pip install -r requirements-dev.txt
- name: Lint
run: make lint
- name: Test
run: make test