Add a giea workflow

This commit is contained in:
Lee Miller 2024-03-20 18:23:23 +02:00
parent 9c4c8940e8
commit 180f6bc0de
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
name: Send message
on: [push]
jobs:
default:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |
apt-get update
apt-get install -yq --no-install-suggests --no-install-recommends \
python3-pip
pip install pyzmq \
git+https://git.bitmessage.org/Bitmessage/MiNode.git@queue#egg=minode
- name: Check out repository code
uses: actions/checkout@v3
- name: Install
run: npm install
- name: Run script
run: node index.js