Skip to content

Commit

Permalink
ci: use cider for CHANGELOG.md format check
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Nov 8, 2024
1 parent d62211a commit e3758bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
- name: 🔍 Check the translations
run: dart ./scripts/translations_check.dart

- name: 📥 Install cider
uses: pub global activate cider

- name: 🔍 Validate CHANGELOG.md format
uses: zattoo/changelog@2.0.0
with:
token: ${{ github.token }}
uses: $HOME/.pub-cache/bin/cider list CHANGELOG.md

0 comments on commit e3758bf

Please sign in to comment.