Skip to content

Commit ef74c7d

Browse files
committed
chore: prettier
1 parent e1f79a2 commit ef74c7d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
rm gitignore/Global/ModelSim.gitignore
5656
rm gitignore/Global/Images.gitignore
5757
cat gitignore/Node.gitignore gitignore/Global/*.gitignore > all.gitignore
58-
58+
5959
IGNORED_FILES_UNPROCESSED=$(git ls-files --cached --ignored --exclude-from=all.gitignore)
6060
IGNORED_FILES=$(grep -v -F "patches/@codspeed+core+3.1.0.patch" <<< "$IGNORED_FILES_UNPROCESSED" || true)
61-
61+
6262
echo "IGNORED_FILES: $IGNORED_FILES"
6363
if [[ "$IGNORED_FILES" != "" ]]; then
6464
echo -e "::error::Please remove these files:\n$IGNORED_FILES" | sed -z 's/\n/%0A/g'

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[![GraphQLConf 2024 Banner: September 10-12, San Francisco. Hosted by the GraphQL Foundation](https://github.com/user-attachments/assets/2d048502-e5b2-4e9d-a02a-50b841824de6)](https://graphql.org/conf/2024/?utm_source=github&utm_medium=graphql_js&utm_campaign=readme)
22

33
# GraphQL.js
4+
45
The JavaScript reference implementation for GraphQL, a query language for APIs created by Facebook.
56

67
[![npm version](https://badge.fury.io/js/graphql.svg)](https://badge.fury.io/js/graphql)

0 commit comments

Comments
 (0)