Skip to content

develop

develop #347

Workflow file for this run

name: Linting Shell Scripts

Check failure on line 1 in .github/workflows/linting.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/linting.yml

Invalid workflow file

`schedule` accepts a list of one or more maps with the `cron` key set
on:
push:
branches: [master, beta, develop]
pull_request:
branches: [master, beta, develop]
schedule:
permissions: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: (Lint) Run ShellCheck
uses: ludeeus/action-shellcheck@master # v2.0.0