Deleted linter as its not really needed.
This commit is contained in:
22
.github/workflows/linter.yml
vendored
22
.github/workflows/linter.yml
vendored
@@ -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}}
|
||||
1
.github/workflows/publish-release.yml
vendored
1
.github/workflows/publish-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user