Skip to content

accept new terms of services #8

accept new terms of services

accept new terms of services #8

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
lint:
name: Lint Python code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install tox
run: pip install tox
- name: Lint
run: tox -e lint