ci: sync workflows from main branch (#6730)

This commit is contained in:
Joe Chen
2022-01-16 19:51:14 +08:00
committed by GitHub
parent 2626bcf94f
commit 01a2c68abb
52 changed files with 190 additions and 260 deletions

View File

@@ -1,13 +1,14 @@
name: Shell
on:
push:
branches: [master]
branches: [ main ]
pull_request:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master