Skip to content

CI: Add ShellCheck

CI: Add ShellCheck #1

Workflow file for this run

on:
push:
branches:
- master

Check failure on line 5 in .github/workflows/shellcheck.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/shellcheck.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
name: "Trigger: Push action"
permissions: {}
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master