We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba3f3f commit c80c750Copy full SHA for c80c750
.github/workflows/ci.yaml
@@ -601,7 +601,7 @@ jobs:
601
workingDir: "./site"
602
603
offlinedocs:
604
- name: fmt
+ name: offlinedocs
605
needs: changes
606
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
607
if: needs.changes.outputs.offlinedocs == 'true' || needs.changes.outputs.ci == 'true'
@@ -619,12 +619,12 @@ jobs:
619
cd offlinedocs
620
yarn
621
622
- - name: Check format
+ - name: Format
623
run: |
624
625
yarn format:check
626
627
- - name: lint
+ - name: Lint
628
629
630
yarn && yarn lint
0 commit comments