Skip to content

move to ruff formatter (#187) #225

move to ruff formatter (#187)

move to ruff formatter (#187) #225

Workflow file for this run

on:
push:
branches:
- master
tags:
- v*
pull_request:
name: Test
jobs:
testWithTox:
name: Test with tox
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
architecture: 'x64'
- run: pip install tox tox-gh-actions
- run: tox
- uses: codecov/codecov-action@v3