Release @argent-x/[email protected] #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Ampli Implementation Check | ||
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] |