Skip to content

枚举类型告警代码重构,丰富了功能。对_M.a = {}型的table也会进行检查 #314

枚举类型告警代码重构,丰富了功能。对_M.a = {}型的table也会进行检查

枚举类型告警代码重构,丰富了功能。对_M.a = {}型的table也会进行检查 #314

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Build
run: cd luahelper-lsp && go build -v ./...
- name: Test
run: cd luahelper-lsp && go test -v ./...