Skip to content

build(deps-dev): bump esbuild in /crates/wasm-blueprints/js #446

build(deps-dev): bump esbuild in /crates/wasm-blueprints/js

build(deps-dev): bump esbuild in /crates/wasm-blueprints/js #446

Workflow file for this run

name: Actionlint
on:
workflow_dispatch:
push:
paths:
- .github/workflows/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
actionlint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v5
with:
persist-credentials: false
- name: actionlint
uses: raven-actions/actionlint@v2.0.1