Skip to content

fix: 🐛 (#380) small fix related to remote file mode changes (#383) #489

fix: 🐛 (#380) small fix related to remote file mode changes (#383)

fix: 🐛 (#380) small fix related to remote file mode changes (#383) #489

Workflow file for this run

name: shellcheck
on:
push:
workflow_dispatch:
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run shellcheck in container
run: make shellcheck