An open API service indexing awesome lists of open source software.

https://github.com/sagikazarmark/workshop-accelerate-your-development-and-cicd-pipelines-with-dagger

Workshop: Accelerate Your Development and CI/CD Pipelines with Dagger
https://github.com/sagikazarmark/workshop-accelerate-your-development-and-cicd-pipelines-with-dagger

dagger workshop

Last synced: about 2 months ago
JSON representation

Workshop: Accelerate Your Development and CI/CD Pipelines with Dagger

Awesome Lists containing this project

README

          

# Workshop: Accelerate Your Development and CI/CD Pipelines with Dagger

## Prerequisites

- Make sure Docker is installed and running.
- Make sure [Go](https://go.dev/dl/) is installed.
- Install the latest [Dagger CLI](https://docs.dagger.io/install).
- Make sure you have a [GitHub](https://github.com) account set up with SSH keys.
- Last, but not least: you'll need your favorite text editor or IDE.

## Usage

```shell
❯ just --list
Available recipes:
build # build the application
check # run both tests and linters
fmt # format code
lint # run linter
run # run the application
test # run tests
```