CI: Add new assessments to verify workflow, improve Git tag check

This commit is contained in:
Juno Takano 2026-06-04 16:49:50 -03:00
commit 31dd0a2bbf
4 changed files with 30 additions and 22 deletions

View file

@ -39,9 +39,12 @@ jobs:
useradd -m ci && chown -R ci:ci .
git config --global --add safe.directory "$PWD"
- name: Build
run: just ci build
- name: Text matching checks
run: just ci todos-assess version-assess spell
- name: Schema lint
run: just ci schema-lint
- name: Deny
run: just ci deny
- name: Format
run: just ci format-assess
- name: Lint