mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-21 16:30:14 +02:00
Test exit-zero
This commit is contained in:
@@ -184,3 +184,12 @@ jobs:
|
|||||||
src: >-
|
src: >-
|
||||||
__tests__/fixtures/python-project/src/python_project/__init__.py
|
__tests__/fixtures/python-project/src/python_project/__init__.py
|
||||||
__tests__/fixtures/python-project/src/python_project/hello_world.py
|
__tests__/fixtures/python-project/src/python_project/hello_world.py
|
||||||
|
test-exit-zero:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Debug this
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
args: "--exit-zero"
|
||||||
|
src: __tests__/fixtures/python-project
|
||||||
|
|||||||
Reference in New Issue
Block a user