Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6179f79b78 |
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Greetings
|
||||
description: Greets users who are first time contributors to the repo
|
||||
categories: [Automation, SDLC]
|
||||
iconName: octicon smiley
|
||||
---
|
||||
name: Greetings
|
||||
|
||||
on: [pull_request, issues]
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Labeler
|
||||
description: Labels pull requests based on the files changed
|
||||
categories: [Automation, SDLC]
|
||||
iconName: octicon tag
|
||||
---
|
||||
# This workflow will triage pull requests and apply a label based on the
|
||||
# paths that are modified in the pull request.
|
||||
#
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Greetings",
|
||||
"description": "Greets users who are first time contributors to the repo",
|
||||
"iconName": "octicon smiley",
|
||||
"categories": ["Automation", "SDLC"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Labeler",
|
||||
"description": "Labels pull requests based on the files changed",
|
||||
"iconName": "octicon tag",
|
||||
"categories": ["Automation", "SDLC"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Stale",
|
||||
"description": "Checks for stale issues and pull requests",
|
||||
"iconName": "octicon clock",
|
||||
"categories": ["Automation", "SDLC"]
|
||||
}
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Stale
|
||||
description: Checks for stale issues and pull requests
|
||||
categories: [Automation, SDLC]
|
||||
iconName: octicon clock
|
||||
---
|
||||
name: Mark stale issues and pull requests
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Android CI
|
||||
description: Build an Android project with Gradle.
|
||||
categories: [Java, Mobile]
|
||||
iconName: android
|
||||
---
|
||||
name: Android CI
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Java with Ant
|
||||
description: Build and test a Java project with Apache Ant.
|
||||
categories: [Ant, Java]
|
||||
iconName: ant
|
||||
---
|
||||
# This workflow will build a Java project with Ant
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-ant
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Deploy to Amazon ECS
|
||||
description: Deploy a container to an Amazon ECS service powered by AWS Fargate or Amazon EC2.
|
||||
categories: []
|
||||
iconName: aws
|
||||
---
|
||||
# This workflow will build and push a new container image to Amazon ECR,
|
||||
# and then will deploy a new task definition to Amazon ECS, when a release is created
|
||||
#
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Deploy Node.js to Azure Web App
|
||||
description: Build a Node.js project and deploy it to an Azure Web App.
|
||||
categories: []
|
||||
iconName: azure
|
||||
---
|
||||
# This workflow will build and push a node.js application to an Azure Web App when a release is created.
|
||||
#
|
||||
# This workflow assumes you have already created the target Azure App Service web app.
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Simple workflow
|
||||
description: Start with a file with the minimum necessary structure.
|
||||
categories: []
|
||||
iconName: blank
|
||||
---
|
||||
# This is a basic workflow to help you get started with Actions
|
||||
|
||||
name: CI
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: C/C++ with Make
|
||||
description: Build and test a C/C++ project using Make.
|
||||
categories: [C, C++]
|
||||
iconName: c-cpp
|
||||
---
|
||||
name: C/C++ CI
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Clojure
|
||||
description: Build and test a Clojure project with Leiningen.
|
||||
categories: [Clojure, Java]
|
||||
iconName: clojure
|
||||
---
|
||||
name: Clojure CI
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Crystal
|
||||
description: Build and test a Crystal project.
|
||||
categories: [Crystal]
|
||||
iconName: crystal
|
||||
---
|
||||
name: Crystal CI
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Dart
|
||||
description: Build and test a Dart project with Pub.
|
||||
categories: [Dart]
|
||||
iconName: dart
|
||||
---
|
||||
name: Dart CI
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Django
|
||||
description: Build and Test a Django Project
|
||||
categories: [Python, Django]
|
||||
iconName: django
|
||||
---
|
||||
name: Django CI
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Docker image
|
||||
description: Build a Docker image to deploy, run, or push to a registry.
|
||||
categories: [Dockerfile]
|
||||
iconName: docker
|
||||
---
|
||||
name: Docker Image CI
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Publish Docker Container
|
||||
description: Build, test and push Docker image to GitHub Packages.
|
||||
categories: [Dockerfile]
|
||||
iconName: docker
|
||||
---
|
||||
name: Docker
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: .NET Core
|
||||
description: Build and test a .NET Core or ASP.NET Core project.
|
||||
categories: [C#, F#, Visual Basic, ASP, ASP.NET, .NET]
|
||||
iconName: dotnetcore
|
||||
---
|
||||
name: .NET Core
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Elixir
|
||||
description: Build and test an Elixir project with Mix.
|
||||
categories: [Elixir, Erlang]
|
||||
iconName: elixir
|
||||
---
|
||||
name: Elixir CI
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Erlang
|
||||
description: Build and test an Erlang project with rebar.
|
||||
categories: [Erlang]
|
||||
iconName: erlang
|
||||
---
|
||||
name: Erlang CI
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Ruby Gem
|
||||
description: Pushes a Ruby Gem to RubyGems and GitHub Package Registry.
|
||||
categories: [Ruby, SDLC]
|
||||
iconName: ruby-gems
|
||||
---
|
||||
name: Ruby Gem
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Go
|
||||
description: Build a Go project.
|
||||
categories: [Go]
|
||||
iconName: go
|
||||
---
|
||||
name: Go
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Build and Deploy to GKE
|
||||
description: Build a docker container, publish it to Google Container Registry, and deploy to GKE.
|
||||
categories: []
|
||||
iconName: googlegke
|
||||
---
|
||||
# This workflow will build a docker container, publish it to Google Container Registry, and deploy it to GKE when a release is created
|
||||
#
|
||||
# To configure this workflow:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Publish Java Package with Gradle
|
||||
description: Build a Java Package using Gradle and publish to GitHub Packages.
|
||||
categories: [Java, Gradle]
|
||||
iconName: gradle
|
||||
---
|
||||
# This workflow will build a package using Gradle and then publish it to GitHub packages when a release is created
|
||||
# For more information see: https://github.com/actions/setup-java#publishing-using-gradle
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Java with Gradle
|
||||
description: Build and test a Java project using a Gradle wrapper script.
|
||||
categories: [Java, Gradle]
|
||||
iconName: gradle
|
||||
---
|
||||
# This workflow will build a Java project with Gradle
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Haskell
|
||||
description: Build and test a Haskell project with Cabal.
|
||||
categories: [Haskell]
|
||||
iconName: haskell
|
||||
---
|
||||
name: Haskell CI
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Build and Deploy to IKS
|
||||
description: Build a docker container, publish it to IBM Container Registry, and deploy to IKS.
|
||||
categories: []
|
||||
iconName: ibm
|
||||
---
|
||||
# This workflow will build a docker container, publish it to IBM Container Registry, and deploy it to IKS when a release is created
|
||||
#
|
||||
# To configure this workflow:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Jekyll
|
||||
description: Package a Jekyll site using the jekyll/builder Docker image.
|
||||
categories: [HTML]
|
||||
iconName: jekyll
|
||||
---
|
||||
name: Jekyll site CI
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Laravel
|
||||
description: Test a Laravel project.
|
||||
categories: [PHP, Laravel]
|
||||
iconName: php
|
||||
---
|
||||
name: Laravel
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Publish Java Package with Maven
|
||||
description: Build a Java Package using Maven and publish to GitHub Packages.
|
||||
categories: [Java, Maven]
|
||||
iconName: maven
|
||||
---
|
||||
# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created
|
||||
# For more information see: https://github.com/actions/setup-java#apache-maven-with-a-settings-path
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Java with Maven
|
||||
description: Build and test a Java project with Apache Maven.
|
||||
categories: [Java, Maven]
|
||||
iconName: maven
|
||||
---
|
||||
# This workflow will build a Java project with Maven
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Node.js
|
||||
description: Build and test a Node.js project with npm.
|
||||
categories: [JavaScript, Node, Npm]
|
||||
iconName: nodejs
|
||||
---
|
||||
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Publish Node.js Package
|
||||
description: Publishes a Node.js package to npm and GitHub Packages.
|
||||
categories: [JavaScript, SDLC]
|
||||
iconName: node-package-transparent
|
||||
---
|
||||
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: PHP
|
||||
description: Build and test a PHP application using Composer
|
||||
categories: [PHP, Composer]
|
||||
iconName: php
|
||||
---
|
||||
name: PHP Composer
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Android CI",
|
||||
"description": "Build an Android project with Gradle.",
|
||||
"iconName": "android",
|
||||
"categories": ["Java", "Mobile"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Java with Ant",
|
||||
"description": "Build and test a Java project with Apache Ant.",
|
||||
"iconName": "ant",
|
||||
"categories": ["Ant", "Java"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Deploy to Amazon ECS",
|
||||
"description": "Deploy a container to an Amazon ECS service powered by AWS Fargate or Amazon EC2.",
|
||||
"iconName": "aws",
|
||||
"categories": null
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Deploy Node.js to Azure Web App",
|
||||
"description": "Build a Node.js project and deploy it to an Azure Web App.",
|
||||
"iconName": "azure",
|
||||
"categories": null
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Simple workflow",
|
||||
"description": "Start with a file with the minimum necessary structure.",
|
||||
"iconName": "blank",
|
||||
"categories": null
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "C/C++ with Make",
|
||||
"description": "Build and test a C/C++ project using Make.",
|
||||
"iconName": "c-cpp",
|
||||
"categories": ["C", "C++"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Clojure",
|
||||
"description": "Build and test a Clojure project with Leiningen.",
|
||||
"iconName": "clojure",
|
||||
"categories": ["Clojure", "Java"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Crystal",
|
||||
"description": "Build and test a Crystal project.",
|
||||
"iconName": "crystal",
|
||||
"categories": ["Crystal"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Dart",
|
||||
"description": "Build and test a Dart project with Pub.",
|
||||
"iconName": "dart",
|
||||
"categories": ["Dart"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Django",
|
||||
"description": "Build and Test a Django Project",
|
||||
"iconName": "django",
|
||||
"categories": ["Python", "Django"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Docker image",
|
||||
"description": "Build a Docker image to deploy, run, or push to a registry.",
|
||||
"iconName": "docker",
|
||||
"categories": ["Dockerfile"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Publish Docker Container",
|
||||
"description": "Build, test and push Docker image to GitHub Packages.",
|
||||
"iconName": "docker",
|
||||
"categories": ["Dockerfile"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": ".NET Core",
|
||||
"description": "Build and test a .NET Core or ASP.NET Core project.",
|
||||
"iconName": "dotnetcore",
|
||||
"categories": ["C#", "F#", "Visual Basic", "ASP", "ASP.NET", ".NET"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Elixir",
|
||||
"description": "Build and test an Elixir project with Mix.",
|
||||
"iconName": "elixir",
|
||||
"categories": ["Elixir", "Erlang"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Erlang",
|
||||
"description": "Build and test an Erlang project with rebar.",
|
||||
"iconName": "erlang",
|
||||
"categories": ["Erlang"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Ruby Gem",
|
||||
"description": "Pushes a Ruby Gem to RubyGems and GitHub Package Registry.",
|
||||
"iconName": "ruby-gems",
|
||||
"categories": ["Ruby", "SDLC"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Go",
|
||||
"description": "Build a Go project.",
|
||||
"iconName": "go",
|
||||
"categories": ["Go"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Build and Deploy to GKE",
|
||||
"description": "Build a docker container, publish it to Google Container Registry, and deploy to GKE.",
|
||||
"iconName": "googlegke",
|
||||
"categories": null
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Publish Java Package with Gradle",
|
||||
"description": "Build a Java Package using Gradle and publish to GitHub Packages.",
|
||||
"iconName": "gradle",
|
||||
"categories": ["Java", "Gradle"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Java with Gradle",
|
||||
"description": "Build and test a Java project using a Gradle wrapper script.",
|
||||
"iconName": "gradle",
|
||||
"categories": ["Java", "Gradle"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Haskell",
|
||||
"description": "Build and test a Haskell project with Cabal.",
|
||||
"iconName": "haskell",
|
||||
"categories": ["Haskell"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Build and Deploy to IKS",
|
||||
"description": "Build a docker container, publish it to IBM Container Registry, and deploy to IKS.",
|
||||
"iconName": "ibm",
|
||||
"categories": null
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Jekyll",
|
||||
"description": "Package a Jekyll site using the jekyll/builder Docker image.",
|
||||
"iconName": "jekyll",
|
||||
"categories": ["HTML"]
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"name": "Laravel",
|
||||
"description": "Test a Laravel project.",
|
||||
"iconName": "php",
|
||||
"categories": [
|
||||
"PHP",
|
||||
"Laravel"
|
||||
]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Publish Java Package with Maven",
|
||||
"description": "Build a Java Package using Maven and publish to GitHub Packages.",
|
||||
"iconName": "maven",
|
||||
"categories": ["Java", "Maven"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Java with Maven",
|
||||
"description": "Build and test a Java project with Apache Maven.",
|
||||
"iconName": "maven",
|
||||
"categories": ["Java", "Maven"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Node.js",
|
||||
"description": "Build and test a Node.js project with npm.",
|
||||
"iconName": "nodejs",
|
||||
"categories": ["JavaScript", "Node", "Npm"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Publish Node.js Package",
|
||||
"description": "Publishes a Node.js package to npm and GitHub Packages.",
|
||||
"iconName": "node-package-transparent",
|
||||
"categories": ["JavaScript", "SDLC"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "PHP",
|
||||
"description": "Build and test a PHP application using Composer",
|
||||
"iconName": "php",
|
||||
"categories": ["PHP", "Composer"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Python application",
|
||||
"description": "Create and test a Python application.",
|
||||
"iconName": "python",
|
||||
"categories": ["Python"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Python package",
|
||||
"description": "Create and test a Python package on multiple Python versions.",
|
||||
"iconName": "python",
|
||||
"categories": ["Python"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Publish Python Package",
|
||||
"description": "Publish a Python Package to PyPI on release.",
|
||||
"iconName": "python",
|
||||
"categories": ["Python"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Ruby",
|
||||
"description": "Build and test a Ruby project with Rake.",
|
||||
"iconName": "ruby",
|
||||
"categories": ["Ruby"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Rust",
|
||||
"description": "Build and test a Rust project with Cargo.",
|
||||
"iconName": "rust",
|
||||
"categories": ["Rust"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Scala",
|
||||
"description": "Build and test a Scala project with SBT.",
|
||||
"iconName": "scala",
|
||||
"categories": ["Scala", "Java"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Swift",
|
||||
"description": "Build and test a Swift Package.",
|
||||
"iconName": "swift",
|
||||
"categories": ["Swift"]
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Tencent Kubernetes Engine",
|
||||
"description": "This workflow will build a docker container, publish and deploy it to Tencent Kubernetes Engine (TKE).",
|
||||
"iconName": "tencentcloud",
|
||||
"categories": null
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "Terraform",
|
||||
"description": "Set up Terraform CLI in your GitHub Actions workflow.",
|
||||
"iconName": "terraform",
|
||||
"categories": null
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "WPF .NET Core",
|
||||
"description": "Build, test and publish a Wpf application built on .NET Core.",
|
||||
"iconName": "dotnetcore",
|
||||
"categories": ["C#", "Visual Basic", "WPF", ".NET"]
|
||||
}
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Python application
|
||||
description: Create and test a Python application.
|
||||
categories: [Python]
|
||||
iconName: python
|
||||
---
|
||||
# This workflow will install Python dependencies, run tests and lint with a single version of Python
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Python package
|
||||
description: Create and test a Python package on multiple Python versions.
|
||||
categories: [Python]
|
||||
iconName: python
|
||||
---
|
||||
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Publish Python Package
|
||||
description: Publish a Python Package to PyPI on release.
|
||||
categories: [Python]
|
||||
iconName: python
|
||||
---
|
||||
# This workflows will upload a Python Package using Twine when a release is created
|
||||
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
|
||||
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Ruby
|
||||
description: Build and test a Ruby project with Rake.
|
||||
categories: [Ruby]
|
||||
iconName: ruby
|
||||
---
|
||||
# This workflow uses actions that are not certified by GitHub.
|
||||
# They are provided by a third-party and are governed by
|
||||
# separate terms of service, privacy policy, and support
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Rust
|
||||
description: Build and test a Rust project with Cargo.
|
||||
categories: [Rust]
|
||||
iconName: rust
|
||||
---
|
||||
name: Rust
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Scala
|
||||
description: Build and test a Scala project with SBT.
|
||||
categories: [Scala, Java]
|
||||
iconName: scala
|
||||
---
|
||||
name: Scala CI
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Swift
|
||||
description: Build and test a Swift Package.
|
||||
categories: [Swift]
|
||||
iconName: swift
|
||||
---
|
||||
name: Swift
|
||||
|
||||
on:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Tencent Kubernetes Engine
|
||||
description: This workflow will build a docker container, publish and deploy it to Tencent Kubernetes Engine (TKE).
|
||||
categories: []
|
||||
iconName: tencentcloud
|
||||
---
|
||||
# This workflow will build a docker container, publish and deploy it to Tencent Kubernetes Engine (TKE).
|
||||
#
|
||||
# To configure this workflow:
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: Terraform
|
||||
description: Set up Terraform CLI in your GitHub Actions workflow.
|
||||
categories: []
|
||||
iconName: terraform
|
||||
---
|
||||
# This workflow installs the latest version of Terraform CLI and configures the Terraform CLI configuration file
|
||||
# with an API token for Terraform Cloud (app.terraform.io). On pull request events, this workflow will run
|
||||
# `terraform init`, `terraform fmt`, and `terraform plan` (speculative plan via Terraform Cloud). On push events
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
---
|
||||
name: WPF .NET Core
|
||||
description: Build, test and publish a Wpf application built on .NET Core.
|
||||
categories: [C#, Visual Basic, WPF, .NET]
|
||||
iconName: dotnetcore
|
||||
---
|
||||
# This workflow uses actions that are not certified by GitHub.
|
||||
# They are provided by a third-party and are governed by
|
||||
# separate terms of service, privacy policy, and support
|
||||
|
||||
Reference in New Issue
Block a user