Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota committed Sep 29, 2024
1 parent 7220416 commit 5ad899b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tact-docs-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# For new release tags pushed into the repository
# The check for the 'main' branch is done on the job level
push:
tags: ['v[0-9]+.[0-9]+.[0-9]+']
tags: ["v[0-9]+.[0-9]+.[0-9]+"]

# Allows to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
14 changes: 11 additions & 3 deletions .github/workflows/tact-docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ name: Test docs/ build
on:
# For new PRs, or those who are ready and/or request a review
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize', 'ready_for_review', 'review_requested']
branches: ['main']
types:
[
"opened",
"edited",
"reopened",
"synchronize",
"ready_for_review",
"review_requested",
]
branches: ["main"]
# Only start the workflow if anything inside the docs has changed
paths: ['docs/**']
paths: ["docs/**"]

# Allows to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/dist

/src/func/funcfiftlib.js
/src/func/funcfiftlib.wasm.js
/src/grammar/grammar.ohm-bundle.d.ts
/src/grammar/grammar.ohm-bundle.js
/src/imports/stdlib.ts
/grammar
/docs
2 changes: 1 addition & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,6 @@
"src/test/e2e-emulated/getter-names-conflict.spec.ts",
"src/test/exit-codes/contracts/compute-phase-errors.tact",
"stdlib/stdlib.fc",
"/docs",
"/docs"
]
}

0 comments on commit 5ad899b

Please sign in to comment.