ci: remove lint job from CI configuration
This commit is contained in:
parent
da50d19f9d
commit
8547bd1fa3
1 changed files with 0 additions and 21 deletions
|
@ -4,27 +4,6 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
|
||||||
name: Lint
|
|
||||||
runs-on: vps-4
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
packages: read
|
|
||||||
# To report GitHub Actions status checks
|
|
||||||
statuses: write
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
# super-linter needs the full git history to get the
|
|
||||||
# list of files that changed across commits
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Super-linter
|
|
||||||
uses: super-linter/super-linter@v7.2.1 # x-release-please-version
|
|
||||||
|
|
||||||
checkstyle:
|
checkstyle:
|
||||||
name: "Checkstyle Main"
|
name: "Checkstyle Main"
|
||||||
runs-on: "vps-4"
|
runs-on: "vps-4"
|
||||||
|
|
Reference in a new issue