Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Aug 2, 2024
2 parents 137a308 + 4720a0c commit 325c26f
Show file tree
Hide file tree
Showing 9 changed files with 97 additions and 127 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
extends: [
"fluid",
"plugin:yml/standard",
"plugin:markdown/recommended",
"plugin:markdown/recommended-legacy",
"plugin:react/recommended"
],
plugins: ["react"],
Expand Down
15 changes: 0 additions & 15 deletions .github/dependabot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ensure-cms-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
echo "target_branch=main" >> $GITHUB_ENV
- name: Update CMS branch configuration
uses: mikefarah/yq@v4.42.1
uses: mikefarah/yq@v4.44.1
with:
cmd: yq eval -i '.backend.branch = "${{ env.target_branch }}"' src/admin/config.yml
- name: Commit changes
Expand Down
5 changes: 1 addition & 4 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
npx --no-install commitlint --config commitlint.config.mjs --edit $1
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged
Loading

0 comments on commit 325c26f

Please sign in to comment.