Add a giea workflow
This commit is contained in:
parent
9c4c8940e8
commit
180f6bc0de
20
.gitea/workflows/perform.yaml
Normal file
20
.gitea/workflows/perform.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user