Skip to content

Commit

Permalink
big changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anhdhbn committed Feb 24, 2024
1 parent e5df992 commit 553c2be
Show file tree
Hide file tree
Showing 16 changed files with 1,031 additions and 694 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@ updates:
directory: "/"
schedule:
interval: daily
- package-ecosystem: gomod
directory: "/examples"
schedule:
interval: daily
19 changes: 17 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,20 @@ on:
branches:
- main
jobs:
go:
uses: dghubble/.github/.github/workflows/golang-library.yaml@main
test:
name: test
runs-on: ubuntu-latest
steps:
# Checkout repo to GitHub Actions runner
- name: Checkout
uses: actions/checkout@v4

# Install Go
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22

# go test
- name: Go Test
run: make
77 changes: 0 additions & 77 deletions CHANGES.md

This file was deleted.

Loading

0 comments on commit 553c2be

Please sign in to comment.