Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick2bad4u authored Mar 28, 2024
1 parent de5eed0 commit c3559ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ branding:
color: 'orange'

inputs:
repo-directory:
repo-directory: ./
description: Path to the python source code you want to type check. If you want to type check the root of your repo, use './'. A .pyre_configuration file should exist here, if not, a default configuration will be used.
required: true
requirements-path:
requirements-path: ./
description: Path to requirements file, relative to `repo-directory`, to look for dependencies.
required: false
use-nightly:
description: Use nightly (unstable) version of Pyre
required: false
type: boolean
default: true
default: false
version:
description: Version of pyre-check to be used. Default is latest.
default: latest
Expand Down

0 comments on commit c3559ba

Please sign in to comment.