Skip to content
Snippets Groups Projects
Commit 3b40f524 authored by Matthias Bernt's avatar Matthias Bernt
Browse files

Update 2 files

- /README.md
- /.gitlab-ci.yml
parent 7cf87b12
No related branches found
No related tags found
1 merge request!5Add spellcking
Pipeline #472989 failed
......@@ -41,7 +41,7 @@ aspell:
find . -name "*.md" -print0 | while IFS= read -r -d '' file; do
echo "Checking $file"
aspell --lang=en --mode=markdown list < "$file" | sort -u
done
done
rules:
- if: '$CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event"'
allow_failure: false
......@@ -52,7 +52,7 @@ prose-lint:
image: golang:latest
before_script:
# Install Vale
- curl -fsSL https://github.com/errata-ai/vale/releases/latest/download/vale.tar.gz | tar xz
- curl -fsSL https://github.com/errata-ai/vale/archive/refs/tags/v3.9.1.tar.gz | tar xz
- mv vale /usr/local/bin/vale
# Verify installation
- vale --version
......
......@@ -84,7 +84,7 @@ It seems to be a good idea to rely on community maintained channels that include
### The larger picture
Beyond the problem with Anaconda's `defaults` channel, it is worth to mention that currently reproducible science relies to a significant extend on the abily to freely use services offered by companies, see discussion [here](https://galaxyproject.org/news/2024-08-20-opinion-conda/).
Beyond the problem with Anaconda's `defaults` channel, it is worth to mention that currently reproducible science relies to a significant extend on the availability to freely use services offered by companies, see discussion [here](https://galaxyproject.org/news/2024-08-20-opinion-conda/).
It's easy to blame Anaconda Inc for the TOS change, but maybe a bit of appreciation might be appropriate, but communication certainly [might have been better](https://www.theregister.com/2024/08/08/anaconda_puts_the_squeeze_on/).
Also note that Anaconda Inc. continues to [provide substantial resources](https://galaxyproject.org/news/2024-08-20-opinion-conda/) for free to everyone (and in particular the scientific community).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment