Skip to content

Commit d2f749f

Browse files
Nush395Torax team
authored andcommitted
Give linting workflow job a name.
PiperOrigin-RevId: 793551039
1 parent df83283 commit d2f749f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/linting.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ on:
99
push:
1010

1111
jobs:
12-
build:
12+
formatting-job:
13+
name: "[Python ${{ matrix.python-version }}] Formatting"
1314
runs-on: ubuntu-latest
1415
strategy:
1516
matrix:
16-
python-version: ["3.10"]
17+
python-version: ['3.10']
1718
steps:
1819
- uses: actions/checkout@v4
1920
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)