Compare commits

..

No commits in common. 'master' and 'v0.11.0' have entirely different histories.

@ -1,4 +1,4 @@
name: 'Test' name: Test
on: on:

@ -1,4 +1,4 @@
name: 'Test - Report results' name: 'Test Report'
on: on:
workflow_run: workflow_run:
workflows: ['test'] workflows: ['test']
@ -15,6 +15,6 @@ jobs:
- uses: dorny/test-reporter@v1 - uses: dorny/test-reporter@v1
with: with:
artifact: /test-results-(.*)/ artifact: /test-results-(.*)/
name: 'test - Results ($1)' name: 'Tests Results - $1'
path: '*junit.xml' path: '*junit.xml'
reporter: java-junit reporter: java-junit

@ -16,7 +16,7 @@ repos:
- id: black - id: black
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.7 rev: v0.11.6
hooks: hooks:
- args: - args:
- --fix - --fix

Loading…
Cancel
Save