Create webpack.yml#1
Open
smaug87 wants to merge 88 commits into
Open
Conversation
* redirect supported OS doc to public docs * Anchor to appropriate OS heading Co-authored-by: Patrick Ellis <[email protected]> --------- Co-authored-by: Patrick Ellis <[email protected]>
* Update Docker to v27.1.1 * Update Dockerfile
* Revert "Upgrade dotnet sdk to v8.0.303 (actions#3388)" This reverts commit dbcaa7c. * Revert "Bump System.Security.Cryptography.Pkcs from 5.0.0 to 8.0.0 in /src (actions#3347)" This reverts commit 3dab1f1. * Revert "Upgrade dotnet sdk to v8.0.302 (actions#3346)" This reverts commit 8f1c723. * Revert "Bump runner to dotnet 8 (actions#3345)" This reverts commit 1e74a81.
* Revert "Warn for soon to be deprecated OS versions (actions#3413)" This reverts commit ae04147. * Add .NET 8 OS compatibility test * feedback
…n to match output, 3) modify output truncation length (actions#3427)
actions#3056) * fix: add `git` and `curl` to default packages installed Hi 👋🏼 These packages are used in a ton of actions on the marketplace. It would be nice if they were installed and ready for use instead of having to install them with `apt-get` on every single Github workflow. * Update Dockerfile * Update images/Dockerfile Co-authored-by: Guillermo Caracuel <[email protected]> * Update images/Dockerfile Co-authored-by: Tingluo Huang <[email protected]> --------- Co-authored-by: Guillermo Caracuel <[email protected]> Co-authored-by: Tingluo Huang <[email protected]>
* Adding Snapshot additional mapping tokens * Lint failure fixes * Lint failure fixes - 2 * Lint failure fixes - 3 * Fixed a few nits * Lint fixes * Removed unncessary white space
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* add ref and type to job completion in run service * lint
* send action * format * comment * Delete .github/workflows/lint.yml
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Pass BillingOwnerId through Acquire/Complete calls * add param to test
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Update the dependencies in the dockerfil
Signed-off-by: finaltrip <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds a new GitHub Actions workflow for building the project using NodeJS with Webpack. The workflow is triggered on pushes and pull requests to the
mainbranch and uses a matrix strategy to test against multiple Node.js versions.New GitHub Actions workflow:
.github/workflows/webpack.yml: Added a new workflow configuration to build the project using NodeJS with Webpack, triggered on push and pull request events to themainbranch. The workflow runs onubuntu-latestand uses a matrix strategy to test Node.js versions 18.x, 20.x, and 22.x.