Skip to content

fix(deps): update guzzle (#317) #337

fix(deps): update guzzle (#317)

fix(deps): update guzzle (#317) #337

Workflow file for this run

name: Lint GitHub Actions workflows
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- name: Download actionlint
id: get_actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/v1.7.12/scripts/download-actionlint.bash) 1.7.12
shell: bash
- name: Check workflow files
run: ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash