Skip to content

Bump basic-ftp from 5.0.5 to 5.2.0 in the npm_and_yarn group across 1 directory #4617

Bump basic-ftp from 5.0.5 to 5.2.0 in the npm_and_yarn group across 1 directory

Bump basic-ftp from 5.0.5 to 5.2.0 in the npm_and_yarn group across 1 directory #4617

Workflow file for this run

name: Lint
on:
workflow_dispatch:
pull_request:
branches: [main, 'feature-*', release]
paths-ignore:
- docs/**
- README.md
- .github/**
- cloudformation/**
- db_scripts/**
- jenkins/**
- search-proxy/**
- postgresql/**
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: psf/black@stable