Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

fix wrong assumption to file start #420

fix wrong assumption to file start

fix wrong assumption to file start #420

Workflow file for this run

name: Scripts linter
on:
push:
branches:
- "**" # matches every branch
- "!master" # excludes master
paths:
- "**.sh"
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master