Skip to content

Update README.md

Update README.md #19

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "CI OK"