ci: create new-mapi-checker script
author백종민/Tizen Platform Lab(SR)/삼성전자 <jm0829.baek@samsung.com>
Wed, 2 Aug 2023 06:20:57 +0000 (15:20 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 2 Aug 2023 06:20:57 +0000 (15:20 +0900)
.github/workflows/new-mapi-checker.yml [new file with mode: 0644]

diff --git a/.github/workflows/new-mapi-checker.yml b/.github/workflows/new-mapi-checker.yml
new file mode 100644 (file)
index 0000000..dee8d3d
--- /dev/null
@@ -0,0 +1,28 @@
+# This is a basic workflow to help you get started with Actions
+
+name: new-mapi-checker
+
+# Controls when the workflow will run
+on:
+  pull_request:
+    branches:
+      - main
+
+# Allows you to run this workflow manually from the Actions tab
+  workflow_dispatch:
+
+# A workflow run is made up of one or more jobs that can run sequentially or in parallel
+jobs:
+  new-mapi-checker:
+    runs-on: [code-default]
+    container:
+      image: actions-docker.bart.sec.samsung.net/docker-gbs-base
+      options: --user root --privileged
+
+    steps:
+      - name: Check out code
+        uses: code-actions/checkout@v2
+
+      - name: Check the list of changed files
+        run: |
+          git whatchanged