Skip to content

feat: 新增树状模版任务引擎模式 #40

feat: 新增树状模版任务引擎模式

feat: 新增树状模版任务引擎模式 #40

Workflow file for this run

name: CI
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
GO_VERSION: '1.18.5'
jobs:
golang-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
- name: Run unit tree-template-engine
run: go tree-template-engine -v ./...