Skip to content

make it publish ready #1

make it publish ready

make it publish ready #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: test
run: echo "test"