Skip to content

commiting

commiting #1

Workflow file for this run

name: Test MyCLI Setup
on:
push:
branches:
- main
- feature/*
jobs:
test:
runs-on: ubuntu-latest
steps:

Check failure on line 11 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
- name: Checkout repository
uses: actions/checkout@v4
- name: Install MyCLI
uses: ./.github/actions/my-cli-action
with:
version: '1.2.3'
- name: Verify CLI Installation
run: |
echo "Checking MyCLI version..."
mycli --version