From 8ebb8f5bebaab6a15dadc20d6fa6c701f2e158fb Mon Sep 17 00:00:00 2001 From: Smaug123 Date: Sun, 23 Jul 2023 20:56:54 +0100 Subject: [PATCH] Quote YAML --- .woodpecker/.build.yml | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index afb30d1..0476130 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -14,7 +14,7 @@ pipeline: - nix --experimental-features 'nix-command flakes' build - nix --experimental-features 'nix-command flakes' run volumes: - - /nix:/mnt/nix:ro + - "/nix:/mnt/nix:ro" when: evaluate: '(CI_BUILD_EVENT == "push" && CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH) || (CI_BUILD_EVENT == "pull_request")' diff --git a/README.md b/README.md index 122e18d..22d49a9 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,4 @@ [![Rust](https://github.com/Smaug123/little_learner/actions/workflows/rust.yml/badge.svg)](https://github.com/Smaug123/little_learner/actions/workflows/rust.yml) [![CI](https://woodpecker.patrickstevens.co.uk/api/badges/patrick/little_learner/status.svg)](https://woodpecker.patrickstevens.co.uk/api/badges/patrick/little_learner/status.svg) -Me running through [The Little Learner](https://www.thelittlelearner.com/), -but in Rust instead of Scheme. +Me running through [The Little Learner](https://www.thelittlelearner.com/), but in Rust instead of Scheme.