From 076f2562a720c1cfeca44fbcbc954947cfa71a4d Mon Sep 17 00:00:00 2001 From: Phoenix-hierarchy-martial <88835633+Phoenix-hierarchy-martial@users.noreply.github.com> Date: Wed, 1 Sep 2021 00:01:44 +0800 Subject: [PATCH] Create PhoenixDOMBot-update.yml --- .github/workflows/PhoenixDOMBot-update.yml | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .github/workflows/PhoenixDOMBot-update.yml diff --git a/.github/workflows/PhoenixDOMBot-update.yml b/.github/workflows/PhoenixDOMBot-update.yml new file mode 100644 index 0000000..dfc3ae6 --- /dev/null +++ b/.github/workflows/PhoenixDOMBot-update.yml @@ -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.