OSDN Git Service

Create electronegativity.yml
authorNeko7sora <75793267+Neko7sora@users.noreply.github.com>
Wed, 4 Aug 2021 04:20:12 +0000 (13:20 +0900)
committerGitHub <noreply@github.com>
Wed, 4 Aug 2021 04:20:12 +0000 (13:20 +0900)
.github/workflows/electronegativity.yml [new file with mode: 0644]

diff --git a/.github/workflows/electronegativity.yml b/.github/workflows/electronegativity.yml
new file mode 100644 (file)
index 0000000..ec16e90
--- /dev/null
@@ -0,0 +1,21 @@
+name: Electronegativity
+
+on: 
+  push:
+    
+jobs:
+  build_job:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v2
+      
+      - uses: actions/setup-node@v2
+        with:
+          node-version: '14'
+
+      - uses: doyensec/electronegativity-action@v1.1
+
+      - name: Upload sarif
+        uses: github/codeql-action/upload-sarif@v1
+        with:
+          sarif_file: ../results