Delete .github/workflows/linter.yml

This commit is contained in:
浪子 2024-12-16 13:35:11 +08:00 committed by GitHub
parent 6d5446d9a4
commit a0b0db6b80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
---
name: Lint Code Base
on: push
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Lint Code Base
uses: docker://github/super-linter:v2.2.2
env:
VALIDATE_ENV: false