Skip to content

fix: apply shellcheck recommandations (#37) #86

fix: apply shellcheck recommandations (#37)

fix: apply shellcheck recommandations (#37) #86

Workflow file for this run

name: Linting
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: bewuethr/shellcheck-action@v2