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

Provide api wrapping the cli args #8

Open
tobiasdiez opened this issue Oct 23, 2023 · 1 comment
Open

Provide api wrapping the cli args #8

tobiasdiez opened this issue Oct 23, 2023 · 1 comment

Comments

@tobiasdiez
Copy link

It would be nice if common command line args could be directly exposed from the action so that one can use something like

- uses: chartboost/ruff-action@v1
  with:
     - exclude: |
          E101
          F202

instead of providing it manually via args

(array input for exclude would also make sense but is not yet implemented: actions/toolkit#184)

@brucearctor
Copy link
Contributor

@tobiasdiez -- any interest in contributing this? That'd be welcomed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants