Skip to content

Add license information and update README with badges #2

Add license information and update README with badges

Add license information and update README with badges #2

Workflow file for this run

name: CI
on:
push: {}
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Quick success check
run: |
echo "CI: Get started with GitHub Actions — success"
exit 0