Skip to content

Commit

Permalink
Merge branch 'master' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
lra authored Dec 17, 2023
2 parents 49f180f + 3b4165d commit 592a10b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

Keep your application settings in sync.

[![Status](https://github.com/lra/mackup/workflows/Mackup/badge.svg)](https://github.com/lra/mackup/actions)
[![snapcraft](https://snapcraft.io/mackup/badge.svg)](https://snapcraft.io/mackup)

## Table of content

- [Mackup](#mackup)
Expand Down
3 changes: 3 additions & 0 deletions mackup/applications/asdf.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ name = asdf
.asdfrc
.default-gems
.default-npm-packages
.default-python-packages
.default-golang-pkgs
.default-mix-commands
.tool-versions
5 changes: 2 additions & 3 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ Feel free to add more, the more the better!
## How to run the tests

```bash
pip install pipenv
pipenv install -d
pipenv run make test
pip install poetry
make test
```

And you should see
Expand Down

0 comments on commit 592a10b

Please sign in to comment.