Skip to content

Merge pull request #165 from dxw/Automatic-plugin-update-2024-10-30-1… #359

Merge pull request #165 from dxw/Automatic-plugin-update-2024-10-30-1…

Merge pull request #165 from dxw/Automatic-plugin-update-2024-10-30-1… #359

Workflow file for this run

name: Shellcheck
on: push
jobs:
shellcheck:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4.2.2
- run: sudo apt-get update
- run: sudo apt-get install -y shellcheck
- run: ./.shellcheck.sh