From 71ff1585a8a2d66c13f0da7d76e7ce4922128d8f Mon Sep 17 00:00:00 2001 From: dundargoc Date: Wed, 2 Oct 2024 14:58:03 +0200 Subject: ci: refactor ci output Separate install step from test step so the output from each isn't mixed with each other. Also add lint-like workflows to `lint.yml`. --- .github/workflows/commit_lint.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/commit_lint.yml (limited to '.github/workflows/commit_lint.yml') diff --git a/.github/workflows/commit_lint.yml b/.github/workflows/commit_lint.yml deleted file mode 100644 index e1df4cae..00000000 --- a/.github/workflows/commit_lint.yml +++ /dev/null @@ -1,12 +0,0 @@ -on: [pull_request] -jobs: - lint-commits: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - run: npm install --save-dev @commitlint/{cli,config-conventional} - - run: | - echo "module.exports = { extends: ['@commitlint/config-conventional'] };" > commitlint.config.js - - run: npx commitlint --from HEAD~1 --to HEAD --verbose -- cgit v1.2.3-70-g09d2