-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Interface #7866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
nodoubtz
wants to merge
44
commits into
Uniswap:main
Choose a base branch
from
nodoubtz:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Interface #7866
Conversation
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
Create 2codeql.yml
Create 2swift.yml
Signed-off-by: Nodoubtz <[email protected]>
Signed-off-by: Nodoubtz <[email protected]>
Signed-off-by: Nodoubtz <[email protected]>
Signed-off-by: Nodoubtz <[email protected]>
Signed-off-by: Nodoubtz <[email protected]>
Signed-off-by: Nodoubtz <[email protected]>
Signed-off-by: Nodoubtz <[email protected]>
Signed-off-by: Nodoubtz <[email protected]>
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.
The comparison between the main branch of the
Uniswap/interface
repository and your branchnodoubtz:main
includes several new workflow files added to the.github/workflows/
directory. Here is a summary of the new workflow files added:alibabacloud.yml: Workflow for building and deploying a container image to Alibaba Cloud Container Registry (ACR) and deploying it to Alibaba Cloud Container Service for Kubernetes (ACK).
astro.yml: Workflow for building and deploying an Astro site to GitHub Pages.
aws.yml: Workflow for building and pushing a container image to Amazon ECR and deploying it to Amazon ECS.
azure-functions-app-nodejs.yml: Workflow for building and deploying a Node.js project to an Azure Functions App.
azure-functions-app-python.yml: Workflow for building and deploying a Python project to an Azure Functions App.
azure-webapps-node.yml: Workflow for building and pushing a Node.js application to an Azure Web App.
azure-webapps-python.yml: Workflow for building and pushing a Python application to an Azure Web App.
codacy.yml: Workflow for performing a Codacy security scan and integrating the results with GitHub Advanced Security code scanning.
codeql.yml: Workflow for performing CodeQL analysis on various languages including JavaScript, TypeScript, Java, Kotlin, Python, Ruby, and Swift.
datadog-synthetics.yml: Workflow for triggering Datadog Synthetic tests.
deno.yml: Workflow for installing Deno, and running
deno lint
anddeno test
.fortify.yml: Workflow for integrating Fortify Application Security Testing.
gem-push.yml: Workflow for building and publishing a Ruby Gem to GitHub Packages and RubyGems.
generator-generic-ossf-slsa3-publish.yml: Workflow for generating an SLSA provenance file for a project.
google.yml: Workflow for building a Docker container, publishing it to Google Container Registry, and deploying it to Google Kubernetes Engine (GKE).
greetings.yml: Workflow for greeting users on their first issue or pull request.
jekyll-docker.yml: Workflow for building a Jekyll site in a Docker container.
jekyll.yml: Workflow for building and deploying a Jekyll site to GitHub Pages.
label.yml: Workflow for labeling pull requests based on modified paths.
manual.yml: Manual workflow that can be triggered using the GitHub UI.
mdbook.yml: Workflow for building and deploying a mdBook site to GitHub Pages.
npm-grunt.yml: Workflow for building a Node.js project with Grunt.
objective-c-xcode.yml: Workflow for building and analyzing an Objective-C project using Xcode.
python-package-conda.yml: Workflow for testing a Python package using Conda.
python-publish.yml: Workflow for uploading a Python package to PyPI when a release is created.
sonarcloud.yml: Workflow for triggering a SonarCloud analysis and populating GitHub Code Scanning alerts with vulnerabilities.
stale.yml: Workflow for marking stale issues and pull requests and closing them after a period of inactivity.
static.yml: Workflow for deploying static content to GitHub Pages.
swift.yml: Workflow for building and testing a Swift project.
terraform.yml: Workflow for setting up Terraform, running
terraform init
,terraform fmt
, andterraform plan
, and applying changes on push to the main branch.These workflows cover a wide range of CI/CD tasks, including building, testing, and deploying applications to various cloud platforms, performing security scans, and maintaining project health.