Skip to content

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

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

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

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2024-2026 Objectionary.com
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: make
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
make:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: 'zulu'
java-version: 23
- run: |
set -e
sudo apt-get update
sudo apt-get -y install libxml2-utils
sudo wget -q -O /usr/bin/phino http://phino.objectionary.com/releases/ubuntu-24.04/phino-latest
sudo chmod +x /usr/bin/phino
phino --version
- run: make -C src/test/resources/org/eolang/hone/rules/streams