Skip to content

Commit ef4e06c

Browse files
authored
feat: support export data (#34)
Signed-off-by: royal_111 <royal_111@qq.com>
1 parent f8bfa37 commit ef4e06c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+12522
-14
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
timeout-minutes: 30
3535
steps:
3636
- uses: actions/checkout@v4
37-
- name: skip generated files
38-
run: rm -rf geminiql/parser.go
37+
- name: skip generated and lib files
38+
run: rm -rf geminiql/parser.go lib
3939
- name: licenselint
4040
uses: hezhangjian/licenselint@main
4141
with:

0 commit comments

Comments
 (0)