Skip to content

chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.0… #392

chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.0…

chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.0… #392

Workflow file for this run

# Copyright © Michal Čihař <[email protected]>
#
# SPDX-License-Identifier: GPL-3.0-or-later
name: Docker Hub Description
on:
push:
branches:
- main
jobs:
sync-readme:
runs-on: ubuntu-22.04
if: ${{ github.repository == 'WeblateOrg/wlc' }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
DOCKERHUB_REPOSITORY: weblate/wlc