Skip to content

Commit

Permalink
ci(.github): revert mr linting since all cmds should be checked at st…
Browse files Browse the repository at this point in the history
…aging or not critical for cicd
  • Loading branch information
waldronmatt committed May 10, 2024
1 parent e878894 commit 2214d2f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
8 changes: 0 additions & 8 deletions .github/actions/lint-mr/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/actions/run-affected/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ runs:
uses: nrwl/nx-set-shas@v4

- name: Build, Lint, Test
run: npx nx affected -t build,lint,test,lint:knip --parallel=4
run: npx nx affected -t build,lint,test --parallel=3
shell: bash
3 changes: 0 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
- name: Run NX Affected Commands
uses: ./.github/actions/run-affected

- name: Lint Monorepo
uses: ./.github/actions/lint-mr

- name: Publish Packages
if: github.event_name == 'push'
uses: ./.github/actions/publish
Expand Down

0 comments on commit 2214d2f

Please sign in to comment.