diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d99887..775a90a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Translations Lint run: bundle exec i18n-tasks health - name: Check Model Annotations - run: bundle exec annotate --models && bin/git_tracked_are_unmodified + run: bundle exec annotaterb models --frozen - name: JS Lint run: yarn lint - name: Install Playwright Browsers