Skip to content

Run ShellCheck against script in CI #1

Run ShellCheck against script in CI

Run ShellCheck against script in CI #1

Workflow file for this run

---
name: Tests
on:
push: ~
pull_request: ~
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
fetch-depth: 0

Check failure on line 17 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
severity: style