Skip to content

change btn type

change btn type #21

Workflow file for this run

name: lint
on:
push:
branches: main
pull_request:
branches: main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- run: python3 -m pip install tox
- name: Run linter
run: tox -e lint