Skip to content

Commit

Permalink
Disable lint from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Leclerc committed Aug 9, 2023
1 parent 540be9b commit 257a43f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@ jobs:
run: npm run build-lib-prd
- name: Unit Tests
run: npm run test-lib
- name: Linting
run: npm run lint-lib
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ jobs:
run: npm run build-lib-prd
- name: Unit Tests
run: npm run test-lib
- name: Linting
run: npm run lint-lib
- name: Tag Repo Prerelease
if: ${{ steps.gitversion.outputs.branchName != 'master' && steps.gitversion.outputs.branchName != 'main' }}
uses: richardsimko/update-tag@v1
Expand Down

0 comments on commit 257a43f

Please sign in to comment.