Skip to content

Add python linting in CI #28

Add python linting in CI

Add python linting in CI #28

Workflow file for this run

name: Run Shellcheck on push and PR
on:
push:
branches: [master]
pull_request:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
additional_files: 'deploy.sh ynh-dev'