diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml deleted file mode 100755 index f183adc3..00000000 --- a/.github/workflows/changelog.yml +++ /dev/null @@ -1,13 +0,0 @@ - -name: Create Changelogs -on: - push: - branches: [ master ] -jobs: - create_changelog: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - - name: Create Changelogs - uses: heineiuo/create-changelogs@v0.2.8 diff --git a/.github/workflows/trello_issue.yml b/.github/workflows/trello_issue.yml deleted file mode 100755 index 02263052..00000000 --- a/.github/workflows/trello_issue.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Trello Issue List -on: - issues: - types: [opened] -env: - TRELLO_KEY: ${{ secrets.TRELLO_KEY }} - TRELLO_TOKEN: ${{ secrets.TRELLO_TOKEN }} - -jobs: - issue_send: - name: Send Issue to Trello - runs-on: ubuntu-latest - steps: - - name: Runs trello manage - uses: sisodiya2421/trello-manage@master - with: - repo-name: Comty Development - trello-username: ${{ secrets.TRELLO_USERNAME }} diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml deleted file mode 100755 index dc7e8b50..00000000 --- a/.github/workflows/validate.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Validate code - -on: - push: - branches: - - '**' - -jobs: - test: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 - with: - node-version: 12 - - run: npm ci - - run: npm test \ No newline at end of file