From 8823df0f12f383638acba6178f0320851e21dc66 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 10 Sep 2023 18:36:42 -0400 Subject: [PATCH] Removed empty lines and whitespaces --- .github/workflows/linter.yml | 27 +-------------------------- .github/workflows/publish-release.yml | 5 ++--- 2 files changed, 3 insertions(+), 29 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 8cecff4..b612d00 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -1,47 +1,22 @@ --- - name: Lint Code Base - on: [ workflow_call ] - -############### -# Set the Job # -############### jobs: build: - # Name the Job name: Lint Code Base - # Set the agent to run on runs-on: ubuntu-latest - - ############################################ - # Grant status permission for MULTI_STATUS # - ############################################ permissions: contents: read packages: read statuses: write - - ################## - # Load all steps # - ################## steps: - ########################## - # Checkout the code base # - ########################## - name: Checkout Code uses: actions/checkout@v3 with: - # Full git history is needed to get a proper - # list of changed files within `super-linter` fetch-depth: 0 - - ################################ - # Run Linter against code base # - ################################ - name: Lint Code Base uses: super-linter/super-linter@v5 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 11cf5da..5ddd913 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -1,6 +1,5 @@ --- name: Publish Release - on: push: branches: @@ -15,9 +14,9 @@ jobs: - name: Publish Release uses: ncipollo/release-action@v1 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{secrets.GITHUB_TOKEN}} draft: false prerelease: false name: "0.0.${{ github.run_number }}" tag: "0.0.${{ github.run_number }}" - body: "Release 0.0.${{ github.run_number }}" \ No newline at end of file + body: "Release 0.0.${{ github.run_number }}"