mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-08-08 02:07:02 +00:00
Compare commits
1
Commits
v3.6.0
...
exit-zero-bug
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eef6392152 |
@@ -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