1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-11-16 09:26:21 -05:00

Merge pull request #178 from v2fly/dependabot/github_actions/github/super-linter-v3.10.0

Bump github/super-linter from v3.9.4 to v3.10.0
This commit is contained in:
Kslr 2020-09-10 15:08:40 +08:00 committed by GitHub
commit f9dbf2ea5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ jobs:
- name: Lint other files - name: Lint other files
if: ${{ always() }} if: ${{ always() }}
uses: github/super-linter@v3.9.4 uses: github/super-linter@v3.10.0
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false VALIDATE_ALL_CODEBASE: false