From a1895b1f7855d1059dd53971e8261cdf3faed45c Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 21 Mar 2022 14:14:24 +0530 Subject: [PATCH] fix: removed unused modules from modules.txt --- .github/workflows/semantic.yml | 19 +++++++++++++++++++ lms/modules.txt | 6 +----- 2 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 .github/workflows/semantic.yml diff --git a/.github/workflows/semantic.yml b/.github/workflows/semantic.yml new file mode 100644 index 00000000..3978a91f --- /dev/null +++ b/.github/workflows/semantic.yml @@ -0,0 +1,19 @@ +name: Semantic Pull Request + +on: + push: + branches: [ main ] + pull_request: {} + +jobs: + # This workflow contains a single job called "build" + semantic: + name: Validate PR title + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + - uses: zeke/semantic-pull-requests@main diff --git a/lms/modules.txt b/lms/modules.txt index 2b4c969b..60cd0404 100644 --- a/lms/modules.txt +++ b/lms/modules.txt @@ -1,6 +1,2 @@ -Community -Hackathon LMS -Conference -Event Management -Job \ No newline at end of file +Job