Skip to content

Merge pull request #383 from lucasvazq/dependabot/pip/pillow-9.0.1 #538

Merge pull request #383 from lucasvazq/dependabot/pip/pillow-9.0.1

Merge pull request #383 from lucasvazq/dependabot/pip/pillow-9.0.1 #538

Workflow file for this run

name: Python Observer
on: [push, pull_request]
jobs:
Python Observer:

Check failure on line 6 in .github/workflows/python-observer.yml

View workflow run for this annotation

GitHub Actions / Python Observer

Invalid workflow file

The workflow is not valid. .github/workflows/python-observer.yml (Line: 6, Col: 3): The identifier 'Python Observer' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Run Python Observer
uses: lucasvazq/python-observer@master
with:
requirements: "pip install -r requirements.txt"
max_line_length: 199
repo_is_package: true