-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into pr/cogoo/15
- Loading branch information
Showing
246 changed files
with
18,624 additions
and
23,584 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,47 @@ | ||
name: Formatting / Lint | ||
on: | ||
push: | ||
branches: [master, main] | ||
pull_request: | ||
branches: [master, main] | ||
jobs: | ||
Format: | ||
name: Test formatting via prettier... | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v2 | ||
- name: Use Node.js node | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: "18" | ||
- name: before_install | ||
run: | ||
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf | ||
&& sudo sysctl -p | ||
|
||
- name: installing yarn | ||
run: yarn install | ||
- name: prettier:check | ||
run: yarn prettier:check | ||
stage: | ||
name: Test linting... | ||
needs: Format | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v2 | ||
- name: Use Node.js node | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: "18" | ||
- name: before_install | ||
run: | ||
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf | ||
&& sudo sysctl -p | ||
|
||
- name: installing yarn | ||
run: yarn install | ||
- name: lint | ||
run: yarn lint |
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# This is a comment. | ||
# Each line is a file pattern followed by one or more owners. | ||
|
||
# These global owners will be the default owners for everything in | ||
# the repo. Unless a later match takes precedence, will be requested for | ||
# review when someone opens a pull request. | ||
* @nickfrosty | ||
|
||
# This list owns any file in the `/docs` directory in the root of | ||
# the repository and any of its subdirectories. | ||
# /docs/ @nickfrosty |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-79.2 KB
content/courses/solana-course/assets/anchor-frontend-initialize.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-54.7 KB
content/courses/solana-course/assets/env-variables-test-success.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-530 KB
content/courses/solana-course/assets/movie-review-pt2-build-deploy.gif
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-4.04 KB
content/courses/solana-course/assets/multi-button-select-wallet.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-28.8 KB
content/courses/solana-course/assets/solana-explorer-ping-result.png
Binary file not shown.
Binary file removed
BIN
-244 KB
content/courses/solana-course/assets/solana-explorer-transaction-overview.png
Binary file not shown.
Binary file removed
BIN
-397 KB
content/courses/solana-course/assets/solana-nft-metaplex-metadata.png
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed
BIN
-354 KB
content/courses/solana-course/assets/wallet-transaction-approval-prompt.png
Diff not rendered.
Oops, something went wrong.