Skip to content

Create main.yml

Create main.yml #2

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "Hello, GitHub Actions!"