Skip to content

fix docker entrypoint #7

fix docker entrypoint

fix docker entrypoint #7

Workflow file for this run

name: Linting
on:
push:
branches:
- '*'
tags:
- "[0-9]+.[0-9]+.[0-9]+*"
pull_request:
branches:
- master
paths-ignore:
- .gitignore
- LICENSE
- '*.example'
- '**.example'
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
src: "./src"