-
Notifications
You must be signed in to change notification settings - Fork 713
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
462 changed files
with
14,552 additions
and
9,036 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
- uses: dart-lang/setup-dart@ca7e6fee45ffbd82b555a7ebfc236d2c86439f5b | ||
with: | ||
sdk: ${{ matrix.sdk }} | ||
- name: Fetch packages | ||
- name: Fetch Dart packages | ||
run: dart pub get | ||
- name: Check Dart code formatting | ||
run: dart run dart_site format-dart --check | ||
|
@@ -57,25 +57,42 @@ jobs: | |
linkcheck: | ||
name: Build site and check links | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
with: | ||
submodules: recursive | ||
- run: make build | ||
- uses: dart-lang/setup-dart@ca7e6fee45ffbd82b555a7ebfc236d2c86439f5b | ||
with: | ||
sdk: stable | ||
- name: Fetch packages | ||
- name: Fetch Dart packages | ||
run: dart pub get | ||
- name: Check for broken Markdown links | ||
run: dart run dart_site check-link-references | ||
- name: Validate the firebase.json file | ||
run: dart run dart_site verify-firebase-json | ||
- uses: pnpm/action-setup@ebcfd6995dade4b0104ac774445cef8b3b4635b0 | ||
with: | ||
version: 8 | ||
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 | ||
with: | ||
node-version: ${{ env.NODE_VERSION }} | ||
- run: npm install -g [email protected] | ||
cache: 'pnpm' | ||
- name: Install node dependencies | ||
run: pnpm install | ||
- name: Build site | ||
run: dart run dart_site build | ||
- name: Check for broken Markdown links | ||
run: dart run dart_site check-link-references | ||
- name: Check internal site links are functional | ||
run: dart run dart_site check-links | ||
|
||
firebase-validate: | ||
name: Validate Firebase configuration | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 | ||
with: | ||
submodules: recursive | ||
- uses: dart-lang/setup-dart@ca7e6fee45ffbd82b555a7ebfc236d2c86439f5b | ||
with: | ||
sdk: stable | ||
- name: Fetch Dart packages | ||
run: dart pub get | ||
- name: Validate the firebase.json file | ||
run: dart run dart_site verify-firebase-json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ Chris Buckett <[email protected]> | |
Michael Haubenwallner <[email protected]> | ||
Victor Berchet <[email protected]> | ||
Pradumna Saraf <[email protected]> | ||
Parker Lougheed <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.