mirror of
https://github.com/kou029w/hasura-rest-hands-on.git
synced 2025-02-04 08:08:42 +00:00
Compare commits
No commits in common. "71b485608159284cc8c1b0e6b24abd73b6749052" and "c22228c040d50a2025fb54767ba49908f18c0ebd" have entirely different histories.
71b4856081
...
c22228c040
3 changed files with 7 additions and 2 deletions
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
with: { node-version: lts/*, cache: yarn }
|
||||
- uses: Homebrew/actions/setup-homebrew@master
|
||||
- id: brew_cache
|
||||
run: echo "dir=$(brew --cache)" >> "${GITHUB_OUTPUT}"
|
||||
run: echo "::set-output name=dir::$(brew --cache)"
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: ${{ steps.brew_cache.outputs.dir }}
|
||||
|
|
4
.prettierrc.yml
Normal file
4
.prettierrc.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
overrides:
|
||||
- files: "*.md"
|
||||
options:
|
||||
parser: markdown-nocjsp
|
|
@ -9,6 +9,7 @@
|
|||
"esbuild": "^0.19.0",
|
||||
"highlight.js": "^11.7.0",
|
||||
"highlightjs-graphql": "^1.0.2",
|
||||
"prettier": "^3.0.0"
|
||||
"prettier": "^3.0.0",
|
||||
"prettier-plugin-md-nocjsp": "^1.5.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue