Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/azure-webapps-node.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

Check failure on line 1 in .github/workflows/azure-webapps-node.yml

View workflow job for this annotation

GitHub Actions / 基础编译构建

Too many blank lines at the beginning of file. Max of 0 allowed
on:
push:
branches: [ "feat/test-ci-1" ]

Check failure on line 4 in .github/workflows/azure-webapps-node.yml

View workflow job for this annotation

GitHub Actions / 基础编译构建

There should be no space after '['

Check failure on line 4 in .github/workflows/azure-webapps-node.yml

View workflow job for this annotation

GitHub Actions / 基础编译构建

Must use plain style scalar

Check failure on line 4 in .github/workflows/azure-webapps-node.yml

View workflow job for this annotation

GitHub Actions / 基础编译构建

Strings must use singlequote

Check failure on line 4 in .github/workflows/azure-webapps-node.yml

View workflow job for this annotation

GitHub Actions / 基础编译构建

There should be no space before ']'
workflow_dispatch:

permissions:
contents: read

jobs:
my_job:
name: deploy to staging
runs-on: ubuntu-22.04
Loading