Skip to content

build(deps): bump crate-ci/typos from 1.40.0 to 1.40.1 #95

build(deps): bump crate-ci/typos from 1.40.0 to 1.40.1

build(deps): bump crate-ci/typos from 1.40.0 to 1.40.1 #95

Workflow file for this run

# SPDX-FileCopyrightText: 2025 David Rabkin
# SPDX-License-Identifier: 0BSD
---
name: actionlint
'on': [pull_request, push]
env:
URL: https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash # yamllint disable-line
jobs:
actionlint:
runs-on: ubuntu-24.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- id: get
run: bash <(curl --silent "$URL")
- run: ${{ steps.get.outputs.executable }}