Skip to content

Add in Actions and CI #1

Add in Actions and CI

Add in Actions and CI #1

Workflow file for this run

name: Pull Request
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
jobs:
Static:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Shellcheck
run: shellcheck $(find . -maxdepth 1 -type f -exec file {} \; | grep 'shell script' | cut -d : -f 1)

Check failure on line 16 in .github/workflows/pull-request.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yaml

Invalid workflow file

You have an error in your yaml syntax on line 16