Quote YAML
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/push/all-checks-complete unknown status
ci/woodpecker/pr/all-checks-complete unknown status

This commit is contained in:
Smaug123
2023-07-23 20:56:54 +01:00
parent 028033af54
commit 8ebb8f5beb
2 changed files with 2 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ pipeline:
- nix --experimental-features 'nix-command flakes' build - nix --experimental-features 'nix-command flakes' build
- nix --experimental-features 'nix-command flakes' run - nix --experimental-features 'nix-command flakes' run
volumes: volumes:
- /nix:/mnt/nix:ro - "/nix:/mnt/nix:ro"
when: when:
evaluate: '(CI_BUILD_EVENT == "push" && CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH) || (CI_BUILD_EVENT == "pull_request")' evaluate: '(CI_BUILD_EVENT == "push" && CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH) || (CI_BUILD_EVENT == "pull_request")'

View File

@@ -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) [![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) [![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/), Me running through [The Little Learner](https://www.thelittlelearner.com/), but in Rust instead of Scheme.
but in Rust instead of Scheme.