Skip to content

chore: run prettier format on all codebase #278

chore: run prettier format on all codebase

chore: run prettier format on all codebase #278

name: 'dhis2: verify (commits)'
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
lint:
uses: dhis2/workflows-platform/.github/workflows/lint.yml@v1
with:
node-version: 16

Check failure on line 11 in .github/workflows/dhis2-verify-commits.yml

View workflow run for this annotation

GitHub Actions / dhis2: verify (commits)

Invalid workflow file

The workflow is not valid. .github/workflows/dhis2-verify-commits.yml (Line: 11, Col: 25): Invalid input, node-version is not defined in the referenced workflow. .github/workflows/dhis2-verify-commits.yml (Line: 12, Col: 18): Invalid input, cache is not defined in the referenced workflow.
cache: 'yarn'
lint-commits:
uses: dhis2/workflows-platform/.github/workflows/lint-commits.yml@v1