Skip to content

Fix heredoc problems #2457

Fix heredoc problems

Fix heredoc problems #2457

Workflow file for this run

name: ubuntu-latest
on:
push:
branches: [ main, alpha, beta, sd/* ]
paths: ['src/**', 'test/**', '!README.md' ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Bash tests
run: |
dir=$PWD
#git clone https://github.com/shellgei/rusty_bash_test -b v1.2.0 --depth 1
git clone https://github.com/shellgei/rusty_bash_test --depth 1
cd rusty_bash_test
./test.bash $dir