Skip to content

build(deps-dev): bump pytest from 9.0.3 to 9.1.0 #120

build(deps-dev): bump pytest from 9.0.3 to 9.1.0

build(deps-dev): bump pytest from 9.0.3 to 9.1.0 #120

Workflow file for this run

name: Lint GitHub Actions workflows
on:
pull_request:
paths:
- '**/*.py'
- 'poetry.lock'
- 'pyproject.toml'
- '.github/workflows/*.yml'
branches:
- master
- dev
- release/*
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: "Download actionlint"
id: get_actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
- name: "Check workflow files"
run: ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash