Skip to content

Bump the github-actions group with 8 updates (#41) #285

Bump the github-actions group with 8 updates (#41)

Bump the github-actions group with 8 updates (#41) #285

Workflow file for this run

name: "Formatter"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '37 20 * * 3'
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: psf/black@stable
with:
options: "--check --verbose --line-length 88"
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: isort/isort-action@24d8a7a51d33ca7f36c3f23598dafa33f7071326 # v1.1.1
with:
requirements-files: "requirements.txt"
configuration: "--check-only --diff --profile black --filter-files --verbose"