Skip to content

ci: test shell files with shellcheck #1

ci: test shell files with shellcheck

ci: test shell files with shellcheck #1

Workflow file for this run

name: check
on:
push:
branches [ main ]
pull_request:
branches: [ "*" ]
workflow_dispatch:
jobs:
shellcheck:
runs-on: ubuntu-latest:

Check failure on line 12 in .github/workflows/check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
steps:
- uses: actions/checkout@v4
- run: shellcheck *.sh