mirror of
https://github.com/gogs/gogs.git
synced 2026-03-05 19:51:05 +01:00
ci: sync workflows from main branch (#6730)
This commit is contained in:
5
.github/workflows/shell.yml
vendored
5
.github/workflows/shell.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user