Skip to content

feat: only create bitcoin.conf if it doesn't exist #50

feat: only create bitcoin.conf if it doesn't exist

feat: only create bitcoin.conf if it doesn't exist #50

name: Bash CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
shellcheck:
name: Validation with ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck on nodebuilder
uses: ludeeus/action-shellcheck@master
with:
#ignore_names: offloadcoredata usei2p usetor
scan_dir: './'
shfmt-checker:
name: Validation with shfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run shfmt on nodebuilder
uses: luizm/action-sh-checker@master
env:
SHFMT_OPTS: -i 2 -sr
with:
sh_checker_shellcheck_disable: true
sh_checker_exclude: offloadcoredata usei2p usetor