@@ -0,0 +1,22 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- trunk
|
||||
pull_request:
|
||||
branches:
|
||||
- trunk
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 检查开始
|
||||
run: echo "lint 检查开始"
|
||||
- name: 获取代码
|
||||
uses: https://gitea.szis.com.cn/github/actions-checkout.git@v6.0.2
|
||||
- name: 查看 README
|
||||
run: cat README.md
|
||||
- name: 检查完成
|
||||
run: echo "lint 检查完成"
|
||||
Reference in New Issue
Block a user