Skip to content

Bump ruff from 0.0.292 to 0.1.15 #26

Bump ruff from 0.0.292 to 0.1.15

Bump ruff from 0.0.292 to 0.1.15 #26

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Build package
run: python3 -m build