Skip to content

Commit

Permalink
Merge branch 'develop-postgres' into updating-pakages-PalisadoesFound…
Browse files Browse the repository at this point in the history
  • Loading branch information
khushipatil1523 authored Dec 27, 2024
2 parents b0aac8c + ac36851 commit 32e3ed4
Show file tree
Hide file tree
Showing 110 changed files with 4,906 additions and 2,466 deletions.
8 changes: 7 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,11 @@
"version": "detect"
}
},
"ignorePatterns": ["**/*.css", "**/*.scss", "**/*.less", "**/*.json"]
"ignorePatterns": [
"**/*.css",
"**/*.scss",
"**/*.less",
"**/*.json",
"**/*.svg"
]
}
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:
for file in ${CHANGED_UNAUTH_FILES}; do
echo "$file is unauthorized to change/delete"
done
echo "To override this, apply the 'ignore-sensitive-files-pr' label"
exit 1
Count-Changed-Files:
Expand Down
Loading

0 comments on commit 32e3ed4

Please sign in to comment.