Skip to content

Commit 85e611e

Browse files
committed
ci: update lint workflow and fix README badges and typos
1 parent af6f7fb commit 85e611e

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ on:
77
- "tests/**"
88
- "pyproject.toml"
99
- "uv.lock"
10+
- ".python-version"
1011
workflow_dispatch:
1112

13+
permissions:
14+
contents: read
15+
1216
jobs:
1317
lint:
1418
runs-on: ubuntu-latest

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Docker Pulls](https://img.shields.io/docker/pulls/rtuszik/photon-docker) ![Docker Image Size](https://img.shields.io/docker/imje-size/rtuszik/photon-docker) ![Docker Image Version](https://img.shields.io/docker/v/rtuszik/photon-docker) ![GitHub Release](https://img.shields.io/github/v/release/komoot/photon?label=Photon) ![Lint Status](https://github.com/rtuszik/photon-docker/actions/workflows/lint.yml/badge.svg)
1+
![Docker Pulls](https://img.shields.io/docker/pulls/rtuszik/photon-docker) ![Docker Image Size](https://img.shields.io/docker/image-size/rtuszik/photon-docker) ![Docker Image Version](https://img.shields.io/docker/v/rtuszik/photon-docker) ![GitHub Release](https://img.shields.io/github/v/release/komoot/photon?label=Photon) ![Lint Status](https://github.com/rtuszik/photon-docker/actions/workflows/lint.yml/badge.svg)
22

33
# Photon Docker Image
44

@@ -21,8 +21,8 @@ enhancing data privacy and integration capabilities with services like [Dawarich
2121
- The initial download and extraction process may take a considerable amount of time.
2222
Depending on your hardware, checksum verification and decompression may take multiple hours.
2323

24-
- The JSONL import _will_ take a signficant amount of time.
25-
As a point of reference, a full planet import, tested on a fresh VPS (4C/16GB) took 10hours and 25minutes.
24+
- The JSONL import _will_ take a significant amount of time.
25+
As a point of reference, a full planet import, tested on a fresh VPS (4C/16GB) took 10 hours and 25 minutes.
2626

2727
- To reduce the load on the official Photon servers,
2828
the default `BASE_URL` for downloading the index files points to a mirror hosted by my.

0 commit comments

Comments
 (0)