mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Revert "Rename .github workflow autoblack -> linters, add Shellcheck linter"
This reverts commit 32b9fcbc48
.
This commit is contained in:
parent
24682601ab
commit
5e822c98c7
1 changed files with 1 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
name: Check / auto apply Black, Shellcheck
|
||||
name: Check / auto apply Black
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
@ -33,13 +33,3 @@ jobs:
|
|||
This pull request uses the [psf/black](https://github.com/psf/black) formatter.
|
||||
base: ${{ github.head_ref }} # Creates pull request onto pull request or commit branch
|
||||
branch: actions/black
|
||||
|
||||
shellcheck:
|
||||
name: Shellcheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run ShellCheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
with:
|
||||
additional_files: 'ynh-dev'
|
Loading…
Reference in a new issue