-
-
Notifications
You must be signed in to change notification settings - Fork 824
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
Prettier Check
GitHub action (#3838)
* add `.prettierignore` to ignore invalid test fixtures * prettify javascript/typescript files * prettify graphql files * prettify md,mdx,json,yml files * add prettier-check github action * fix tests on ci
- Loading branch information
Dimitri POSTOLOV
authored
Nov 7, 2021
1 parent
83b304c
commit ca8dc52
Showing
281 changed files
with
10,308 additions
and
8,140 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
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 |
---|---|---|
@@ -1,18 +1,20 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea for the core of this project | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
|
||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> | ||
|
||
**Describe the solution you'd like** | ||
|
||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
**Describe alternatives you've considered** | ||
|
||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
**Additional context** | ||
|
||
<!-- Add any other context or screenshots about the feature request here. --> |
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
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 |
---|---|---|
@@ -1,4 +1,21 @@ | ||
dist | ||
tests | ||
tests | ||
spec | ||
packages/import/tests/schema/fixtures/import-duplicate/all.graphql | ||
packages/import/tests/schema/fixtures/imports-only/all.graphql | ||
packages/import/tests/schema/fixtures/multiple-directories-with-master-schema/1/index.graphql | ||
packages/import/tests/schema/fixtures/multiple-directories-with-master-schema/2/index.graphql | ||
packages/import/tests/schema/fixtures/multiple-directories-with-master-schema/3/index.graphql | ||
packages/import/tests/schema/fixtures/multiple-directories-with-master-schema/4/index.graphql | ||
packages/import/tests/schema/fixtures/multiple-directories-with-master-schema/5/index.graphql | ||
packages/import/tests/schema/fixtures/multiple-directories-with-master-schema/6/index.graphql | ||
packages/import/tests/schema/fixtures/multiple-directories-with-master-schema/7/index.graphql | ||
packages/import/tests/schema/fixtures/multiple-directories-with-master-schema/8/index.graphql | ||
packages/import/tests/schema/fixtures/multiple-directories-with-master-schema/9/index.graphql | ||
packages/import/tests/schema/fixtures/multiple-directories-with-master-schema/10/index.graphql | ||
packages/import/tests/schema/fixtures/multiple-directories-with-master-schema/index.graphql | ||
packages/import/tests/schema/fixtures/multiple-imports/schema.graphql | ||
packages/import/tests/schema/fixtures/multiple-levels-master-schema/level1.graphql | ||
packages/load/tests/loaders/documents/test-invalid-syntax/invalid-syntax.query.graphql | ||
packages/load/tests/loaders/schema/test-files/error.ts | ||
packages/load/tests/loaders/schema/test-files/schema-dir/invalid.graphql | ||
packages/loaders/git/tests/test-files/type-defs-invalid.graphql | ||
packages/loaders/json-file/tests/test-files/failing/malformed.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
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
# Security Policy | ||
|
||
## Supported Versions | ||
|
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
Oops, something went wrong.
ca8dc52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: