Skip to content

fix: responsiveness for other browsers (than chrome) (#198) #2405

fix: responsiveness for other browsers (than chrome) (#198)

fix: responsiveness for other browsers (than chrome) (#198) #2405

Workflow file for this run

name: Linter
on:
push:
branches: master
pull_request:
branches: master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: "3.x"
cache: "pip" # caching pip dependencies
cache-dependency-path: "**/tox.ini"
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- run: python3 -m pip install tox
- name: Run linter
run: tox -e lint