mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Create PhoenixDOMBot-update.yml
This commit is contained in:
parent
aae0486a04
commit
076f2562a7
1 changed files with 50 additions and 0 deletions
50
.github/workflows/PhoenixDOMBot-update.yml
vendored
Normal file
50
.github/workflows/PhoenixDOMBot-update.yml
vendored
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
# This is a workflow to help you get started with Actions
|
||||
# Configure automation actions:
|
||||
# Update PhoenixDOMXml optimation
|
||||
# Generates Unicode encoding with PhoenixDOMHttps
|
||||
# Activate unified PhoenixDOMInternerContribution with in PhoenixDOMXml updates
|
||||
# Update PhoenixDOM-Authentication with PhoenixDOMSecurityMartial :Phoenix Hierarchy Martial Bot Security,
|
||||
# to verify Intelectual Properties provider accuracy .
|
||||
# Update PhoenixDOMHttp with Security layers levels upgrades
|
||||
# Update PhoenixDOMSecurityLayers specifications like filtration.json for community secure access ,
|
||||
# and fix.json /resolver..json for refine connectivity and smooth upgrades transformation,
|
||||
# also PhoenixDOMEncryption full implentation and PhoenixDOM-Aithentication to verify authorization.
|
||||
# Update PhoenixDOMSecurity applied to PhoenixDOMDevice/System/Nerwork/DeviceSyncAccounts
|
||||
# Calling PhoenixDOM APIs for wide full upgrades PhoenixDOMInternerStandardAttibuttions precise optimation update.
|
||||
# Auto-build PhoenixDOMHttp interface synching PhoenixDOMDeviceInternalSystem and PhoenixDOMData.json securely synching accounts
|
||||
# Update PhoenixDOMFiles sync with PhoenixDOMG-node-driver and PhoenixDOMCredential or PhoenixDOMResource automation
|
||||
|
||||
name: PhoenixDOMGoldmark CI
|
||||
|
||||
# Controls when the workflow will run
|
||||
on:
|
||||
# Triggers the workflow on push or pull request events but only for the master branch
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
# This workflow contains a single job called "build"
|
||||
build:
|
||||
# The type of runner that the job will run on
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Run a one-line script
|
||||
run: echo Hello, world!
|
||||
|
||||
# Runs a set of commands using the runners shell
|
||||
- name: Run a multi-line script
|
||||
run: |
|
||||
echo Add other actions to build,
|
||||
echo test, and deploy your project.
|
||||
Loading…
Reference in a new issue