Skip to content

ci: workflow python black linting #6

ci: workflow python black linting

ci: workflow python black linting #6

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"
- uses: psf/black@stable
src: ${{ steps.changed-files.outputs.all_changed_files }}

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

View workflow run for this annotation

GitHub Actions / Lint

Invalid workflow file

The workflow is not valid. .github/workflows/lint.yml (Line: 22, Col: 9): Unexpected value 'src'