mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-23 08:24:07 +00:00
this commit adds support for Gitpod.io, a free automated dev environment that makes contributing and generally working on GitHub projects much easier. It allows anyone to start a ready-to-code dev environment for any branch, issue and pull request with a single click.
3 lines
59 B
YAML
3 lines
59 B
YAML
tasks:
|
|
- init: go get && go build ./... && go test ./...
|