Skip to content

lint_and_test yaml file corrected again #6

lint_and_test yaml file corrected again

lint_and_test yaml file corrected again #6

Workflow file for this run

name: Hello World Workflow
on: push
jobs:
say_hello:
runs-on: ubuntu-latest
steps:
- name: Print Hello World
run: echo "Hello, World!"