From 009b4e522cf05d0bc3cf23598ef1cd0010446424 Mon Sep 17 00:00:00 2001
From: Thomas Hauschild <7961978+Morgy93@users.noreply.github.com>
Date: Mon, 23 Oct 2023 21:53:22 +0200
Subject: [PATCH 1/2] add language for code blocks
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 3fb2cc3..07054d0 100644
--- a/README.md
+++ b/README.md
@@ -20,14 +20,14 @@ YouTube: [Bun 1.0 is here](https://www.youtube.com/watch?v=BsnCpESUEqM)
## Installation
-```
+```shell
ddev get Morgy93/ddev-bun
ddev restart
```
## Usage
-```
+```shell
ddev bun
```
From 757f884fc43bf6018a13392b67fdc8c1aa978916 Mon Sep 17 00:00:00 2001
From: Thomas Hauschild <7961978+Morgy93@users.noreply.github.com>
Date: Mon, 23 Oct 2023 22:02:26 +0200
Subject: [PATCH 2/2] fix code style issues
---
.github/workflows/tests.yml | 10 +++++-----
README.md | 25 ++++++++++++++++---------
install.yaml | 4 ++--
tests/test.bats | 1 -
web-build/Dockerfile.bun | 2 +-
5 files changed, 24 insertions(+), 18 deletions(-)
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 3191904..c245249 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -2,10 +2,10 @@ name: tests
on:
pull_request:
push:
- branches: [ main ]
+ branches: [main]
schedule:
- - cron: '25 08 * * *'
+ - cron: "25 08 * * *"
workflow_dispatch:
inputs:
@@ -15,9 +15,9 @@ on:
required: false
default: false
-# This is required for "gautamkrishnar/keepalive-workflow"
+# This is required for "gautamkrishnar/keepalive-workflow", see "ddev/github-action-add-on-test"
permissions:
- contents: write
+ actions: write
jobs:
tests:
@@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: ddev/github-action-add-on-test@v1
+ - uses: ddev/github-action-add-on-test@v2
with:
ddev_version: ${{ matrix.ddev_version }}
token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/README.md b/README.md
index 07054d0..6015a17 100644
--- a/README.md
+++ b/README.md
@@ -3,18 +3,25 @@
-
+