Skip to content

Commit c80c750

Browse files
committed
rename job
1 parent 4ba3f3f commit c80c750

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ jobs:
601601
workingDir: "./site"
602602

603603
offlinedocs:
604-
name: fmt
604+
name: offlinedocs
605605
needs: changes
606606
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
607607
if: needs.changes.outputs.offlinedocs == 'true' || needs.changes.outputs.ci == 'true'
@@ -619,12 +619,12 @@ jobs:
619619
cd offlinedocs
620620
yarn
621621
622-
- name: Check format
622+
- name: Format
623623
run: |
624624
cd offlinedocs
625625
yarn format:check
626626
627-
- name: lint
627+
- name: Lint
628628
run: |
629629
cd offlinedocs
630630
yarn && yarn lint

0 commit comments

Comments
 (0)