Skip to content

Commit

Permalink
feat: 536 Add Gitpod config to project (#537)
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Brough <edward.brough@gmail.com>
  • Loading branch information
ChevronTango committed Oct 12, 2023
1 parent 9570146 commit 6e07500
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This configuration file was automatically generated by Gitpod.
# and adjusted to meet the needs of this project

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: python -m pip install --upgrade -r requirements-test.txt && go get && go build ./... && go test ./...
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,10 @@ test data [README.md](client/python_interop/testdata/README.md) for details).

Please see [CONTRIBUTING.md](docs/CONTRIBUTING.md) for contribution guidelines before making your first contribution!

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/...)

Users wishing to use remote IDEs can also make use of [Gitpod](https://www.gitpod.io/) to make changes to this project.

## Comparison to other implementations

There are TUF implementations in a variety of programming languages. Some other Go implementations of TUF include:
Expand Down

0 comments on commit 6e07500

Please sign in to comment.