Skip to content

build(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 #1441

build(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6

build(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 #1441

Workflow file for this run

name: Tests and Lint
on:
workflow_dispatch:
pull_request:
push:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-versions: [ "3.12" ]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
with:
python-version: ${{ matrix.python-versions }}
- name: Install tox and coverage
run: pip install tox tox-gh-actions
- name: Run Python tests
run: tox -r
- name: Codecov
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e
with:
files: coverage.xml
fail_ci_if_error: false
verbose: true