Skip to content

Add workflows directory and sample workflow #1

Add workflows directory and sample workflow

Add workflows directory and sample workflow #1

Workflow file for this run

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