This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 572
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add logo and links to readme * add release link * add dummy workflow to get around required checks * update number of langs supported with precise code nav to account for JSX/TSX Co-authored-by: Louis Knight-Webb <[email protected]>
- Loading branch information
1 parent
1984e9e
commit 64a9329
Showing
3 changed files
with
25 additions
and
6 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
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,23 @@ | ||
name: dummy | ||
|
||
on: | ||
pull_request: | ||
paths-ignore: | ||
- ".github/workflows/**" | ||
- "apps/desktop/**" | ||
- "server/**" | ||
- "client/**" | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- run: 'echo "No checks required" ' | ||
fmt-clippy-build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- run: 'echo "No checks required" ' | ||
build-client: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- run: 'echo "No checks required" ' |
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