Created workflow

This commit is contained in:
Aleksandr Statciuk 2019-08-27 21:32:08 +03:00 committed by GitHub
parent e2a47b6612
commit 6af51d9349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: Generate grouped playlists
on:
push:
branches:
- master
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: "npm run generate"
run: npm run generate