Skip to content

chore(deps): bump esbuild from 0.21.5 to 0.27.2 in /benchmarks-website-v2 in the npm_and_yarn group across 1 directory #145

chore(deps): bump esbuild from 0.21.5 to 0.27.2 in /benchmarks-website-v2 in the npm_and_yarn group across 1 directory

chore(deps): bump esbuild from 0.21.5 to 0.27.2 in /benchmarks-website-v2 in the npm_and_yarn group across 1 directory #145

Workflow file for this run

# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.
# SPDX-License-Identifier: CC0-1.0
name: REUSE Compliance Check
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
# Cancel outdated runs on PRs, but let all develop commits complete.
cancel-in-progress: ${{ github.ref != 'refs/heads/develop' }}
on:
push:
branches: [develop]
pull_request: { }
jobs:
reuse-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v6