Skip to content

Commit

Permalink
fix: migrate to github actions (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykhailo Kovalskyi authored Mar 14, 2023
1 parent 442353f commit a7f7b78
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: continuous-integration

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
checks:
uses: mixmaxhq/github-workflows-public/.github/workflows/checks.yml@main

release:
uses: mixmaxhq/github-workflows-public/.github/workflows/release.yml@main
needs: checks
secrets: inherit
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12.22.6
6 changes: 0 additions & 6 deletions Jenkinsfile

This file was deleted.

0 comments on commit a7f7b78

Please sign in to comment.