Skip to content

chore(deps): update crate-ci/typos action to v1.48.0 #268

chore(deps): update crate-ci/typos action to v1.48.0

chore(deps): update crate-ci/typos action to v1.48.0 #268

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2019-2026 Yegor Bugayenko
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: docker
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
'on':
push:
pull_request:
jobs:
docker:
timeout-minutes: 45
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: docker build . -t home
- run: docker run --rm home echo Hello