Skip to content

Commit

Permalink
Merge branch 'main' into pr/cogoo/15
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfrosty committed Dec 13, 2023
2 parents 9e9ec13 + dcf26df commit 0a3d6a4
Show file tree
Hide file tree
Showing 246 changed files with 18,624 additions and 23,584 deletions.
47 changes: 47 additions & 0 deletions .github/workflows/formatting.yml
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
11 changes: 11 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
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
1 change: 0 additions & 1 deletion content/courses/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions content/courses/solana-course/README.md

This file was deleted.

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 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 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.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Loading

0 comments on commit 0a3d6a4

Please sign in to comment.