Skip to content

Add checks for zombie sourcecode problems #2

Add checks for zombie sourcecode problems

Add checks for zombie sourcecode problems #2

name: "Sourcecode Checks"
on:
push:
branches-ignore:
- 'onlinedocs'
pull_request:
branches-ignore:
- 'onlinedocs'
env:

Check failure on line 11 in .github/workflows/sourcecode-checks.yml

View workflow run for this annotation

GitHub Actions / Sourcecode Checks

Invalid workflow file

The workflow is not valid. .github/workflows/sourcecode-checks.yml (Line: 11, Col: 5): Unexpected value ''
jobs:
sourcecode-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install prerequisites
run: >-
- name: "Run sourcecode-checks script"
run: ./tools/sourcecode-checks