-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #354 from blockfrost/new-docs-sc
feat: new docs
- Loading branch information
Showing
25 changed files
with
29,153 additions
and
11,835 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 |
---|---|---|
|
@@ -2,17 +2,18 @@ jobs: | |
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: 'actions/checkout@v1' | ||
- uses: "actions/checkout@v1" | ||
with: | ||
fetch-depth: 2 | ||
- uses: borales/[email protected] | ||
with: | ||
cmd: install | ||
- uses: borales/[email protected] | ||
with: | ||
cmd: run bundle | ||
cmd: run build | ||
- name: Check diff | ||
run: git diff --quiet || { echo "You forgot to run 'yarn run bundle && yarn run generate-types'"; exit 1; } | ||
run: git diff | ||
# run: git diff --quiet || { echo "You forgot to run 'yarn run build'"; exit 1; } | ||
|
||
name: Generated content is up to date | ||
on: | ||
|
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,10 +1,11 @@ | ||
{ | ||
"printWidth": 80, | ||
"arrowParens": "avoid", | ||
"bracketSpacing": true, | ||
"singleQuote": false, | ||
"semi": true, | ||
"trailingComma": "all", | ||
"tabWidth": 2, | ||
"useTabs": false | ||
"printWidth": 80, | ||
"arrowParens": "avoid", | ||
"bracketSpacing": true, | ||
"singleQuote": false, | ||
"semi": true, | ||
"trailingComma": "all", | ||
"tabWidth": 2, | ||
"useTabs": false, | ||
"endOfLine": "auto" | ||
} |
Oops, something went wrong.