chore: upgrade workflows

This commit is contained in:
yanglbme 2021-02-26 10:47:40 +08:00
parent 9d5dad6306
commit 66155b5b0a
5 changed files with 55 additions and 57 deletions

View File

@ -2,7 +2,7 @@ name: Merge Branch
on:
push:
branches: [ imgbot ]
branches: [imgbot]
jobs:
merge-branch:
@ -14,4 +14,4 @@ jobs:
github_token: ${{ github.token }}
source_ref: ${{ github.ref }}
target_branch: main
commit_message_template: '[Automated] Merged {source_ref} into {target_branch}'
commit_message_template: "[Automated] Merged {source_ref} into {target_branch}"

View File

@ -2,7 +2,7 @@ name: Build and Deploy
on:
push:
branches: [ main ]
branches: [main]
jobs:
build-and-deploy:
@ -16,7 +16,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v2
with:
node-version: '12'
node-version: "12"
check-latest: true
- name: Cache node modules
@ -33,8 +33,7 @@ jobs:
run: npm install
- name: Build
run:
npm run build
run: npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@3.7.1

View File

@ -13,12 +13,12 @@ name: "CodeQL"
on:
push:
branches: [ main ]
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
branches: [main]
schedule:
- cron: '29 14 * * 2'
- cron: "29 14 * * 2"
jobs:
analyze:
@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
language: ["javascript"]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more:
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed

View File

@ -2,7 +2,7 @@ name: Prettier
on:
push:
branches: [ main ]
branches: [main]
jobs:
prettier:
@ -17,6 +17,6 @@ jobs:
uses: creyD/prettier_action@v3.3
with:
prettier_options: --write **/*.{html,js,md,vue,less,css}
commit_message: 'style: prettify code'
commit_message: "style: prettify code"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -1,7 +1,6 @@
name: Sync
on:
page_build
on: page_build
jobs:
build: