Skip to content

Workflow file for this run

name: Ampli Implementation Check

Check failure on line 1 in .github/workflows/amplitude.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/amplitude.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
container:
image: amplitudeinc/ampli
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Verify analytics implementation and update status in Data
run: ampli status -t ${{secrets.AMPLI_TOKEN}} [--update]