Skip to content

chore: black lint python files #5

chore: black lint python files

chore: black lint python files #5

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v41
with:
files: **/*.py

Check failure on line 19 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
- uses: psf/black@stable
src: ${{ steps.changed-files.outputs.all_changed_files }}