Upload
All checks were successful
JslGroup/JslDeveloper/JSL_OrganizeInternalOA/pipeline/head This commit looks good

This commit is contained in:
筱锋xiao_lfeng 2024-04-09 20:39:24 +08:00
parent 5d046f4a04
commit a8ccce2eed
Signed by: XiaoLFeng
GPG Key ID: F693AA12AABBFA87

32
.github/workflow/code-check.yaml vendored Normal file
View File

@ -0,0 +1,32 @@
name: 代码检查
on:
push:
branches:
- master
pull_request:
- develop
jobs:
build:
name: 代码检查
runs-on: linux_amd64
permissions:
contents: read
packages: read
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@v6.3.1
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.MyGitHubToken }}