1
0
mirror of synced 2024-11-22 13:06:08 +03:00
select2/.github/workflows/main.yml

16 lines
269 B
YAML
Raw Normal View History

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