Skip to content

chore(deps): update dependency globals to v15.14.0 #691

chore(deps): update dependency globals to v15.14.0

chore(deps): update dependency globals to v15.14.0 #691

Workflow file for this run

name: actionlint
on:
push:
branches:
- main
pull_request:
jobs:
actionlint:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install aqua
uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
with:
aqua_version: v2.40.0
- name: Check workflow files
run: actionlint -color
shell: bash