Skip to content

Ticket detail page, text is not wrapped - this fixes it #863

Ticket detail page, text is not wrapped - this fixes it

Ticket detail page, text is not wrapped - this fixes it #863

Workflow file for this run

---
name: reviewdog
on: [pull_request]
jobs:
hadolint:
name: runner / hadolint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: reviewdog/action-hadolint@v1
with:
github_token: ${{ secrets.github_token }}