Skip to content
Snippets Groups Projects
Verified Commit 55b45b85 authored by Thorge Petersen's avatar Thorge Petersen
Browse files

docs: fixed year in latest changelog entry

parent d2d6c414
1 merge request!1Update Formats, Dependencies, and Dockerfile Configuration
Pipeline #1427 passed
......@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.1.0] - 2024-01-09
## [1.1.0] - 2025-01-09
### Added
......
version: '3.8'
services:
lint:
image: node
command: >
sh -c "
npm install -g markdownlint markdownlint-cli &&
markdownlint '**/*.md' --ignore node_modules | tee lint.log
"
volumes:
- .:/app
- /app/node_modules
ruff:
image: python:3.10
command: >
bash -c "
apt-get update &&
apt-get install -y libgdal-dev &&
python3 -m pip install --user pipx &&
python3 -m pipx ensurepath &&
source ~/.bashrc &&
pipx install poetry &&
poetry install &&
poetry run ruff check .
"
volumes:
- .:/app
working_dir: /app
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment