1212 - name : Run 'pre-commit'
1313 uses : dycw/action-pre-commit@latest
1414 with :
15- token : ${{ secrets.GITHUB_TOKEN }}
15+ token : ${{secrets.GITHUB_TOKEN}}
1616 repos : |-
1717 dycw/pre-commit-hook-nitpick
1818 pre-commit/pre-commit-hooks
@@ -22,21 +22,21 @@ jobs:
2222 - name : Run 'pyright'
2323 uses : dycw/action-pyright@latest
2424 with :
25- token : ${{ secrets.GITHUB_TOKEN }}
25+ token : ${{secrets.GITHUB_TOKEN}}
2626 python-version : " 3.14"
2727 pytest :
2828 env :
2929 CI : " 1"
30- name : pytest (${{ matrix.os }}, ${{ matrix.python-version }}, ${{
31- matrix.resolution }})
32- runs-on : ${{ matrix.os }}
30+ name : pytest (${{matrix.os}}, ${{matrix.python-version}},
31+ ${{ matrix.resolution}})
32+ runs-on : ${{matrix.os}}
3333 steps :
3434 - name : Run 'pytest'
3535 uses : dycw/action-pytest@latest
3636 with :
37- token : ${{ secrets.GITHUB_TOKEN }}
38- python-version : ${{ matrix.python-version }}
39- resolution : ${{ matrix.resolution }}
37+ token : ${{secrets.GITHUB_TOKEN}}
38+ python-version : ${{matrix.python-version}}
39+ resolution : ${{matrix.resolution}}
4040 strategy :
4141 fail-fast : false
4242 matrix :
5353 - name : Run 'ruff'
5454 uses : dycw/action-ruff@latest
5555 with :
56- token : ${{ secrets.GITHUB_TOKEN }}
56+ token : ${{secrets.GITHUB_TOKEN}}
0 commit comments