Skip to content

Commit

Permalink
Update itinerant_ruff_fixes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Apr 20, 2024
1 parent 11d08f1 commit 13940ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/itinerant_ruff_fixes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- run: npm config list
- run: npm config list -l
- run: npm doctor || true

- run: echo ${{ runner.name }} ${{ runner.os }} ${{ runner.arch }} ${{ runner.debug }} ${{ runner.temp }} ${{ runner.tool_cache }} || true
- run: echo ${{ runner.name }} ${{ runner.os }} ${{ runner.arch }} ${{ runner.debug }} ${{ runner.temp }} ${{ runner.tool-cache }} || true
itinerant_ruff_fixes:
name: "${{ github.event.inputs.repo }}"
strategy:
Expand Down

0 comments on commit 13940ae

Please sign in to comment.