add yaml
CI / Build (push) Successful in 0s Details

This commit is contained in:
root 2024-06-29 23:12:29 +08:00
parent d51c58e3c9
commit 90ca0ad9f3
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
name: CI
on: [push]
jobs:
build:
name: Build
runs-on: pms
steps:
# - uses: actions/checkout@v4
- name: echo hello world
run: |
echo "I love you"