Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(wordflow): add github workflow #4

Merged
merged 1 commit into from
Dec 11, 2023
Merged

chore(wordflow): add github workflow #4

merged 1 commit into from
Dec 11, 2023

Conversation

baifuyu
Copy link
Contributor

@baifuyu baifuyu commented Dec 11, 2023

No description provided.

@baifuyu baifuyu merged commit 5667a8b into master Dec 11, 2023
0 of 2 checks passed
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license-eye has totally checked 25 files.

Valid Invalid Ignored Fixed
0 22 3 0
Click to see the invalid file list
  • .github/CODEOWNERS
  • .github/workflows/cloud_code_scan.yml
  • .github/workflows/license-checker.yml
  • .github/workflows/openspg-ci.yml
  • .github/workflows/pr-title-checker.yml
  • .scanignore
  • api/facade/pom.xml
  • api/http-client/pom.xml
  • api/http-server/pom.xml
  • arks/sofaboot/pom.xml
  • base/account/pom.xml
  • base/account/src/main/java/com/antgroup/openspg/app/base/account/xxx.java
  • base/permission/pom.xml
  • base/permission/src/main/java/com/antgroup/openspg/app/base/permission/xxx.java
  • base/scheduler/pom.xml
  • base/scheduler/src/main/java/com/antgroup/openspg/app/base/scheduler/xx.java
  • common/util/pom.xml
  • common/util/src/main/java/com/antgroup/openspg/app/common/util/xxx.java
  • infra/dao/pom.xml
  • infra/dao/src/main/java/com/antgroup/openspg/app/infra/dao/xxx.java
  • pom.xml
  • test/pom.xml

@@ -0,0 +1,22 @@
name: Alipay Cloud Devops Codescan

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: Alipay Cloud Devops Codescan
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
name: Alipay Cloud Devops Codescan

@@ -0,0 +1,25 @@
name: License Checker

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: License Checker
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
name: License Checker

@@ -0,0 +1,36 @@
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time

@@ -0,0 +1,28 @@
name: "Lint PR"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: "Lint PR"
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
name: "Lint PR"

@baifuyu baifuyu deleted the workflow branch December 11, 2023 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant