Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

ci: test workflow

ci: test workflow #2

Workflow file for this run

name: test-workflow
on:
pull_request:
branches:
- main
jobs:
sample-job:
runs-on: ubuntu-latest
steps:
- name: my-step
uses: actions/hello-world-javascript-action@main
with:

Check failure on line 13 in .github/workflows/ci-cd.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-cd.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
who-to-greet: 'Mona the Octocat'```