Skip to content

Bump anyhow from 1.0.76 to 1.0.78 in /rust #126

Bump anyhow from 1.0.76 to 1.0.78 in /rust

Bump anyhow from 1.0.76 to 1.0.78 in /rust #126

Workflow file for this run

name: Python isort
# Run either when pushing directly to main/master or in a PR targeting main/master
on:
push:
branches:
- master
- main
paths:
- "**.py"
- ".github/workflows/isort.yml"
pull_request:
branches:
- master
- main
# https://github.com/marketplace/actions/python-isort
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Check out source repository
uses: actions/checkout@v4
- name: Set up Python environment
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: isort
uses: isort/[email protected]
with:
requirements-files: "python/requirements.txt"
sort-paths: python