Skip to content

Merge branch 'poa_desired_capability_deprecation' of github.com:percy… #322

Merge branch 'poa_desired_capability_deprecation' of github.com:percy…

Merge branch 'poa_desired_capability_deprecation' of github.com:percy… #322

Workflow file for this run

name: Lint
on: push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
- uses: actions/cache@v3
with:
path: ~/.cache/pip
key: v1/${{ runner.os }}/pip/${{ hashFiles('{requirements,development}.txt') }}
restore-keys: v1/${{ runner.os }}/pip/
- run: make lint