ci: Disable commit lint, and disable fail-fast for zunit tests (#693)
Some checks are pending
Container images / build-containers-with-zsh (5.2.4) (push) Waiting to run
Container images / build-containers-with-zsh (5.3.1) (push) Waiting to run
Container images / build-containers-with-zsh (5.4.2) (push) Waiting to run
Container images / build-containers-with-zsh (5.5.1) (push) Waiting to run
Container images / build-containers-with-zsh (5.6.2) (push) Waiting to run
Container images / build-containers-with-zsh (5.7.1) (push) Waiting to run
Container images / build-containers-with-zsh (5.8) (push) Waiting to run
Container images / build-containers-with-zsh (5.9) (push) Waiting to run
Container images / build-container-latest (push) Waiting to run
Documentation / zshelldoc (push) Waiting to run
Lint / Lint (push) Waiting to run
Unit Tests / zunit-tests (macos-latest, gh-r) (push) Waiting to run
Unit Tests / zunit-tests (macos-latest, ices) (push) Waiting to run
Unit Tests / zunit-tests (macos-latest, plugins) (push) Waiting to run
Unit Tests / zunit-tests (macos-latest, snippets) (push) Waiting to run
Unit Tests / zunit-tests (ubuntu-latest, annexes) (push) Waiting to run
Unit Tests / zunit-tests (ubuntu-latest, commands) (push) Waiting to run
Unit Tests / zunit-tests (ubuntu-latest, compile) (push) Waiting to run
Unit Tests / zunit-tests (ubuntu-latest, gh-r) (push) Waiting to run
Unit Tests / zunit-tests (ubuntu-latest, ices) (push) Waiting to run
Unit Tests / zunit-tests (ubuntu-latest, plugins) (push) Waiting to run
Unit Tests / zunit-tests (ubuntu-latest, snippets) (push) Waiting to run
Unit Tests / zunit-tests (macos-latest, annexes) (push) Waiting to run
Unit Tests / zunit-tests (macos-latest, commands) (push) Waiting to run
Unit Tests / zunit-tests (macos-latest, compile) (push) Waiting to run

This commit is contained in:
Philipp Schmitt 2025-01-26 00:33:57 +01:00 committed by GitHub
parent 0627eb4678
commit c8246d7223
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 10 deletions

View file

@ -1,3 +0,0 @@
{
"extends": "@commitlint/config-angular"
}

View file

@ -26,12 +26,6 @@ jobs:
sudo apt-get install --yes zsh
pip install --user linkify-it-py mdformat mdformat-config mdformat-gfm mdformat-shfmt mdformat-tables mdformat-toc
- name: commit
uses: wagoid/commitlint-github-action@v6
with:
configFile: '.commitlintrc'
# run: commitlint --from=$(git cherry origin/main | head -n 1 | awk '{print $2}')
- name: markdown
run: find . -name '*.md' ! -name 'CHANGELOG.md' -type f -print0 | xargs -0 -n1 -P4 mdformat --check --wrap 120 --number

View file

@ -3,5 +3,5 @@ directories:
output: tests/_output
support: tests/_support
tests: tests
fail_fast: true
fail_fast: false
verbose: true