Skip to content

Merge pull request #74 from RSE-Sheffield/chore/workflow-dev-and-main #58

Merge pull request #74 from RSE-Sheffield/chore/workflow-dev-and-main

Merge pull request #74 from RSE-Sheffield/chore/workflow-dev-and-main #58

# Lint shell scripts
# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions
# https://github.com/marketplace/actions/shell-linter
name: Lint shell scripts
on:
push:
branches:
- main
- dev
jobs:
lint_shell:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: azohra/[email protected]
with:
severity: 'warning'
exclude-paths: 'LICENSE'