File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - name : Check out Git repository
1818 uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1919 - name : Set up Python
20- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
20+ uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
2121 - name : Install Python dependencies
2222 run : pip install black
2323 - name : Run black
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1313
1414 - name : Set up Python
15- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
15+ uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
1616 with :
1717 python-version : ' 3.13.5'
1818
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1616 - name : Setup Python
17- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
17+ uses : actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
1818 with :
1919 python-version : ${{ matrix.python }}
2020
You can’t perform that action at this time.
0 commit comments