Skip to content

Commit

Permalink
Merge branch 'main' into string-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Apr 19, 2022
2 parents edcea9e + cb746cb commit e4f2b75
Show file tree
Hide file tree
Showing 14 changed files with 4,144 additions and 163 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/semantic-pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Semantic Pull Request

on:
pull_request_target:
types:
- opened
- edited
- synchronize

jobs:
main:
runs-on: ubuntu-latest
name: Semantic Pull Request
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
"devDependencies": {
"@types/markdown-it": "~12.2.3",
"@types/node": "~16.11.26",
"@types/node": "~16.11.27",
"@types/prettier": "~2.6.0",
"@types/sanitize-html": "~2.6.2",
"@types/validator": "~13.7.2",
Expand All @@ -100,15 +100,15 @@
"c8": "~7.11.0",
"conventional-changelog-cli": "~2.2.2",
"cypress": "~9.5.4",
"esbuild": "~0.14.35",
"esbuild": "~0.14.36",
"eslint": "~8.13.0",
"eslint-config-prettier": "~8.5.0",
"eslint-define-config": "~1.3.0",
"eslint-gitignore": "~0.1.0",
"eslint-plugin-jsdoc": "~39.1.1",
"eslint-plugin-jsdoc": "~39.2.3",
"eslint-plugin-prettier": "~4.0.0",
"esno": "~0.14.1",
"lint-staged": "~12.3.7",
"lint-staged": "~12.3.8",
"mime-db": "~1.52.0",
"npm-run-all": "~4.1.5",
"picocolors": "~1.0.0",
Expand All @@ -122,11 +122,11 @@
"typedoc-plugin-missing-exports": "~0.22.6",
"typescript": "~4.6.3",
"validator": "~13.7.0",
"vite": "~2.9.1",
"vite": "~2.9.5",
"vitepress": "~0.22.3",
"vitest": "~0.9.3"
},
"packageManager": "pnpm@6.32.6",
"packageManager": "pnpm@6.32.9",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
Expand Down
Loading

0 comments on commit e4f2b75

Please sign in to comment.