Skip to content

chore: log a message #1

chore: log a message

chore: log a message #1

Workflow file for this run

name: CI
on:
push:
branches:
# Change this if your primary branch is not main
- main
pull_request:
jobs:
main:
runs-on: ubuntu-latest
steps:
- run:
name: Print a message

Check failure on line 14 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 14, Col: 11): A mapping was not expected
command: echo "Hello GitHub Actions!"