Skip to content

chore(deps): bump plotly from 5.16.0 to 5.16.1 #48

chore(deps): bump plotly from 5.16.0 to 5.16.1

chore(deps): bump plotly from 5.16.0 to 5.16.1 #48

Workflow file for this run

name: Run `pre-commit` on PRs
on:
pull_request:
branches: [master, qa, dev]
push:
branches: [master, qa, dev]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: "3.8"
cache: "poetry"
- run: poetry install
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()