Skip to content

Update ruff requirement from ^0.0.249 to ^0.1.5 #6

Update ruff requirement from ^0.0.249 to ^0.1.5

Update ruff requirement from ^0.0.249 to ^0.1.5 #6

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run Python unit tests
run: python3 -m unittest tests/
- name: Verify that the Docker image for the action builds
run: docker build . --file Dockerfile
- name: Verify integration test results
run: python3 -m unittest tests/