فهرست منبع

Added basic GitHub Actions workflow to build the project

Kevin Brown 5 سال پیش
والد
کامیت
f025d675a9
1فایلهای تغییر یافته به همراه15 افزوده شده و 0 حذف شده
  1. 15 0
      .github/workflows/main.yml

+ 15 - 0
.github/workflows/main.yml

@@ -0,0 +1,15 @@
+name: CI
+
+on: [push, pull_request]
+
+jobs:
+  build:
+    - uses: actions/checkout@v1
+    - name: Use Node.js 8
+      uses: actions/setup-node@v1
+      with:
+        node-version: 8
+    - name: "npm install"
+      run: npm install
+    - name: "Run Grunt"
+      run: grunt