Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Bump esbuild from 0.23.0 to 0.23.1 #1007

Bump esbuild from 0.23.0 to 0.23.1

Bump esbuild from 0.23.0 to 0.23.1 #1007

Workflow file for this run

name: Validate with running on my own
on:
push:
branches: [main]
paths-ignore:
- '.github/dependabot.yml'
- 'LICENSE'
- '.editorconfig'
- 'dprint.json'
- 'README.md'
- '.vscode/**'
pull_request:
paths-ignore:
- '.github/dependabot.yml'
- 'LICENSE'
- '.editorconfig'
- 'dprint.json'
- 'README.md'
- '.vscode/**'
permissions:
contents: write
jobs:
# make sure the action works on a clean machine without building
validate:
runs-on: ubuntu-24.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
with:
submodules: true # Fetch example project
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- uses: ./
with:
elm-json-path: emobu/elm.json