Skip to content

Commit

Permalink
Merge pull request #3 from ProlificLabs/chore/add_actions
Browse files Browse the repository at this point in the history
add actions, badge, etc
  • Loading branch information
dan-pulley committed Mar 24, 2023
2 parents f008090 + 331f0ba commit c2064e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,4 @@ jobs:
with:
go-version: '1.19'
- run: go test -v ./...
working-directory: .
- name: Run linters
uses: golangci/golangci-lint-action@v3
with:
working-directory: .
only-new-issues: true
args: --verbose
working-directory: .
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## DataPasta 🍝

Export and import heirarchal objects in a database.

[![golangci-lint](https://github.com/ProlificLabs/datapasta/actions/workflows/golangci-lint.yml/badge.svg?branch=main)](https://github.com/ProlificLabs/datapasta/actions/workflows/golangci-lint.yml)

___

### Summary

This library provides deep-clone functionality for a database object. It currently has an adapter for Postgres, but custom adapters can be created to satisfy a minimal interface.
Expand Down

0 comments on commit c2064e9

Please sign in to comment.