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 #1005
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |