diff --git a/.github/workflows/conventional-pr.yml b/.github/workflows/conventional-pr.yml
new file mode 100644
index 0000000..ded67e7
--- /dev/null
+++ b/.github/workflows/conventional-pr.yml
@@ -0,0 +1,20 @@
+name: conventional-pr
+on:
+ pull_request:
+ branches:
+ - main
+ - master
+ types:
+ - opened
+ - edited
+ - synchronize
+jobs:
+ lint-pr:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v5
+ - uses: amannn/action-semantic-pull-request@v6
+ with:
+ requireScope: false
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
diff --git a/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata b/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
deleted file mode 100644
index 919434a..0000000
--- a/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
diff --git a/.swiftpm/xcode/xcshareddata/xcschemes/Validator-Package.xcscheme b/.swiftpm/xcode/xcshareddata/xcschemes/Validator-Package.xcscheme
deleted file mode 100644
index ea021af..0000000
--- a/.swiftpm/xcode/xcshareddata/xcschemes/Validator-Package.xcscheme
+++ /dev/null
@@ -1,136 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.swiftpm/xcode/xcshareddata/xcschemes/ValidatorCore.xcscheme b/.swiftpm/xcode/xcshareddata/xcschemes/ValidatorCore.xcscheme
deleted file mode 100644
index 57f8c0c..0000000
--- a/.swiftpm/xcode/xcshareddata/xcschemes/ValidatorCore.xcscheme
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/.swiftpm/xcode/xcshareddata/xcschemes/ValidatorUI.xcscheme b/.swiftpm/xcode/xcshareddata/xcschemes/ValidatorUI.xcscheme
deleted file mode 100644
index ef67b36..0000000
--- a/.swiftpm/xcode/xcshareddata/xcschemes/ValidatorUI.xcscheme
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 792f1e4..eb02336 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,8 @@ All notable changes to this project will be documented in this file.
- Added in Pull Request [#25](https://github.com/space-code/validator/pull/25).
- Add `CreditCardValidationRule`.
- Added in Pull Request [#26](https://github.com/space-code/validator/pull/26).
+- Add `conventional-pr.yml` for PR validation.
+ - Added in Pull Request [#27](https://github.com/space-code/validator/pull/27).
#### Updated
- Update `Mintfile`