Skip to content

Commit

Permalink
Merge pull request #26 from IceFireDB/feat_upgrade
Browse files Browse the repository at this point in the history
feat(framework):update framework
  • Loading branch information
gitsrc authored Oct 7, 2024
2 parents 24e3474 + 97c20d3 commit eb80b56
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
43 changes: 43 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Build

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]


jobs:
# deploy:
# runs-on: ubuntu-20.04
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# steps:
# - uses: actions/checkout@v2
# with:
# submodules: true # Fetch Hugo themes (true OR recursive)
# fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

# - run: mv README.md doc/index.md

# - name: Deploy Pages
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./doc
# enable_jekyll: true

build-example-kv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.2

- name: Build
run: |
cd example/memory_kv/
go build
43 changes: 0 additions & 43 deletions .github/workflows/pages.yml

This file was deleted.

0 comments on commit eb80b56

Please sign in to comment.