Skip to content

Commit

Permalink
[Misc] add check_pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joeylee.lz authored and joeyleeeeeee97 committed Oct 14, 2021
1 parent c422479 commit 2ecdd36
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#
# Copyright (c) 2021 Alibaba Group Holding Limited. All Rights Reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation. Alibaba designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#

name: Dragonwell_17_check_pr_format

on: [pull_request]

jobs:
check_commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dragonwell-releng/check_commit_action@master
3 changes: 3 additions & 0 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Pre-submit tests

on:
pull_request:
branches:
- master
push:
branches-ignore:
- master
Expand Down

0 comments on commit 2ecdd36

Please sign in to comment.