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: workflow_dispatch:
push: push:
branches: branches:
- 'main' - "main"
paths-ignore: paths-ignore:
- ".github/**" - ".github/**"
- ".gitignore" - ".gitignore"

View file

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