Skip to content

Commit

Permalink
Merge pull request #8 from incentro-ecx/feat/update-sdk
Browse files Browse the repository at this point in the history
feat: updated sdk
  • Loading branch information
demeyerthom authored Oct 24, 2024
2 parents 0d54600 + a9e6fb9 commit c0817fc
Show file tree
Hide file tree
Showing 3,858 changed files with 291,743 additions and 41,696 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Run tests

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

jobs:
unit:
Expand All @@ -11,7 +15,7 @@ jobs:
go-version: [ '1.18', '1.23' ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
Expand Down
Loading

0 comments on commit c0817fc

Please sign in to comment.