Update lint.yml

This commit is contained in:
zomars 2023-02-21 11:46:07 -07:00
parent 747ad8513f
commit a82e9925f5

View File

@ -10,8 +10,6 @@ jobs:
- uses: actions/checkout@v2
- uses: ./.github/actions/dangerous-git-checkout
- uses: ./.github/actions/yarn-install
- name: Test Code Linting
run: yarn lint
- name: Save Code Linting Reports
run: yarn lint:report
continue-on-error: true