Compare commits

..

2 Commits

Author SHA1 Message Date
9987810cca Updated docker buiuld action 2021-03-30 09:31:13 +07:00
f8d8671ef2 Updated package json 2021-03-30 09:30:56 +07:00
2 changed files with 3 additions and 4 deletions

View File

@ -1,9 +1,8 @@
name: Docker CI
on:
push:
branches:
- 'master'
release:
types: [created]
jobs:
docker:

View File

@ -1,7 +1,7 @@
{
"name": "excel2json",
"version": "1.0.0",
"description": "",
"description": "Excel to json",
"main": "index.js",
"scripts": {
"start": "node index.js",