Skip to content

Bump esbuild-plugins-node-modules-polyfill from 1.7.1 to 1.8.0 #1016

Bump esbuild-plugins-node-modules-polyfill from 1.7.1 to 1.8.0

Bump esbuild-plugins-node-modules-polyfill from 1.7.1 to 1.8.0 #1016

Workflow file for this run

---
name: Codespell
on:
push:
branches: '*'
pull_request:
branches: '*'
permissions:
contents: read
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Codespell
uses: codespell-project/actions-codespell@v2