Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/textlint-rule-doub…
Browse files Browse the repository at this point in the history
…led-spaces-1.0.2
  • Loading branch information
mahula authored Oct 5, 2023
2 parents 302f8a1 + 5a87b52 commit b3522ce
Show file tree
Hide file tree
Showing 7 changed files with 315 additions and 315 deletions.
1 change: 1 addition & 0 deletions .github/webhooks/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ fi
# Build the project
cd $PROJECT_ROOT
rm -R $BUILD_DIR
npm install
npm run build

# Copy files and Sym link
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node 19
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node 19
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vuepress-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
TARGET_BRANCH: gh-pages
BUILD_SCRIPT: npm install && npm run build-node16
BUILD_DIR: docs/.vuepress/dist
CNAME: https://www.it4c.dev
# CNAME: https://www.it4c.dev
620 changes: 309 additions & 311 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"homepage": "https://github.com/IT4Change/IT4C.dev#readme",
"devDependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.9",
"textlint": "^13.3.0",
"textlint": "^13.3.3",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-apostrophe": "^2.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
Expand Down

0 comments on commit b3522ce

Please sign in to comment.