15 行
255 B
YAML
15 行
255 B
YAML
name: ci
|
|
on: [push]
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: checkout
|
|
uses: actions/checkout@v4
|
|
- name: smoke
|
|
run: |
|
|
echo "hello from gitea actions on zktc-x99"
|
|
uname -a
|
|
ls -la
|