Create PhoenixDOMBot-update.yml

This commit is contained in:
Phoenix-hierarchy-martial 2021-09-01 00:01:44 +08:00 committed by GitHub
parent aae0486a04
commit 076f2562a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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.