Skip to content

Update dependency com.qulice:qulice-maven-plugin to v0.25.0 #48

Update dependency com.qulice:qulice-maven-plugin to v0.25.0

Update dependency com.qulice:qulice-maven-plugin to v0.25.0 #48

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2014-2025, stateful.co
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: typos
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
typos:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.32.0