aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-03-26 21:16:28 +0300
committerValentin Popov <info@valentineus.link>2020-03-26 21:16:28 +0300
commite214aeb8a58cec914fc0483990b0e1db99b137f0 (patch)
tree2468582ff499647185d6904fcca9e10c4e805fe4 /.github
parent3f3d4da18b5aece01641cba90206b1d33c467545 (diff)
downloadeslint-config-e214aeb8a58cec914fc0483990b0e1db99b137f0.tar.xz
eslint-config-e214aeb8a58cec914fc0483990b0e1db99b137f0.zip
Add GitHub Action
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
new file mode 100644
index 0000000..a73e8ea
--- /dev/null
+++ b/.github/workflows/publish.yml
@@ -0,0 +1,21 @@
+name: CI
+
+on:
+ create:
+ tags:
+ - v*
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - uses: borales/actions-yarn@v2.0.0
+ with:
+ cmd: install
+ - uses: borales/actions-yarn@v2.0.0
+ with:
+ cmd: build
+ - uses: borales/actions-yarn@v2.0.0
+ with:
+ cmd: publish