From db3afee99e745cae0b6f49313714d594417088f3 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 10 Sep 2023 23:50:36 -0400 Subject: [PATCH] Deleted linter as its not really needed. --- .github/workflows/linter.yml | 22 ---------------------- .github/workflows/publish-release.yml | 1 - 2 files changed, 23 deletions(-) delete mode 100644 .github/workflows/linter.yml diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml deleted file mode 100644 index b612d00..0000000 --- a/.github/workflows/linter.yml +++ /dev/null @@ -1,22 +0,0 @@ ---- -name: Lint Code Base -on: [ workflow_call ] -jobs: - build: - name: Lint Code Base - runs-on: ubuntu-latest - permissions: - contents: read - packages: read - statuses: write - steps: - - name: Checkout Code - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - name: Lint Code Base - uses: super-linter/super-linter@v5 - env: - VALIDATE_ALL_CODEBASE: false - DEFAULT_BRANCH: main - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 5ddd913..8777517 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -9,7 +9,6 @@ jobs: uses: ./.github/workflows/linter.yml publish-release: runs-on: ubuntu-latest - needs: linter steps: - name: Publish Release uses: ncipollo/release-action@v1