lint with trunk

This commit is contained in:
Ralf Vogler 2022-10-21 16:24:52 +02:00
parent 4d6d2f47d9
commit 4e88964fcd
2 changed files with 4 additions and 3 deletions

View file

@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- 'main'
- "main"
paths-ignore:
- ".github/**"
- ".gitignore"

View file

@ -1,10 +1,11 @@
# docker compose up
services:
free-games-claimer:
container_name: fgc # is printed in front of every output line
image: ghcr.io/vogler/free-games-claimer # otherwise image name will be free-games-claimer-free-games-claimer
build: .
ports:
- '5900:5900'
- '6080:6080'
- "5900:5900"
- "6080:6080"
volumes:
- ./data:/fgc/data