Skip to content

fix: wrap string variable around double quotes #16

fix: wrap string variable around double quotes

fix: wrap string variable around double quotes #16

Workflow file for this run

name: "ci"
on:
pull_request:
push:
branches:
- "main"
jobs:
test-action:
runs-on: ubuntu-latest
steps:
- name: "Check out the repo"
uses: "actions/checkout@v4"
- name: "Install and run Bulloak on path with double quotes"
uses: "smol-ninja/bulloak-toolchain@staging"
with:
tree-path: "test-workspace/**.tree"
- name: "Install and run Bulloak on path without double quotes"
uses: "smol-ninja/bulloak-toolchain@staging"
with:
tree-path: test-workspace/**.tree
- name: "Bulloak summary"
run: |
echo "✅ Passed" >> $GITHUB_STEP_SUMMARY