Skip to content

chore(deps): bump esbuild from 0.27.2 to 0.28.1 in /clients in the npm_and_yarn group across 1 directory #948

chore(deps): bump esbuild from 0.27.2 to 0.28.1 in /clients in the npm_and_yarn group across 1 directory

chore(deps): bump esbuild from 0.27.2 to 0.28.1 in /clients in the npm_and_yarn group across 1 directory #948

Workflow file for this run

name: Lint GitHub Actions workflows
on:
pull_request:
merge_group:
push:
branches: [main]
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: SHELLCHECK_OPTS="-S error" ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash