Skip to content

Commit

Permalink
Merge pull request #108 from jojocys/master
Browse files Browse the repository at this point in the history
chore: github actions
  • Loading branch information
jojocys authored Aug 31, 2022
2 parents af66120 + 4b2946a commit fdc4f5b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Rath Auto Build
on:
push:
branches: [master, dev]
pull_request:
branches: [master, dev]
jobs:
auto-build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn workspace @kanaries/graphic-walker build
- run: yarn workspace rath-client build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![](https://img.shields.io/twitter/follow/kanaries_data?style=social)
![](https://img.shields.io/badge/license-AGPL-brightgreen)
![](https://img.shields.io/github/stars/kanaries/rath?color=%23ff85c0)
![](https://img.shields.io/travis/kanaries/rath)
![](https://img.shields.io/github/workflow/status/kanaries/rath/Rath%20Auto%20Build)


<img src="https://kanaries.cn/assets/kanaries-logo.png" alt="logo" width="180px" style="" />
Expand Down

0 comments on commit fdc4f5b

Please sign in to comment.