Skip to content

Executed by clebergnu #2

Executed by clebergnu

Executed by clebergnu #2

Workflow file for this run

name: Runs the static checks
run-name: Executed by ${{ github.actor }}
on:
pull_request:
workflow_dispatch:
jobs:
modules-tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
submodules: true

Check failure on line 13 in .github/workflows/static-checks.yml

View workflow run for this annotation

GitHub Actions / Runs the static checks

Invalid workflow file

The workflow is not valid. .github/workflows/static-checks.yml (Line: 13, Col: 9): Unexpected value 'submodules'
- name: Install Avocado to run tests
run: pip3 install -r static-checks/requirements.txt
- name: Runs the static check for import order
run: ./static-checks/check-import-order