Skip to content

Commit

Permalink
github: add action
Browse files Browse the repository at this point in the history
  • Loading branch information
bitromortac committed Nov 20, 2022
1 parent 4aa08bd commit f96a929
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# action.yml
name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:

description: 'Testing'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- python3 lnregtest.py -h

0 comments on commit f96a929

Please sign in to comment.