Skip to content

Commit d189597

Browse files
committed
chore: remove linting
Signed-off-by: yohanelly95 <[email protected]>
1 parent 603cf6e commit d189597

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ jobs:
5151
run: |
5252
CI=true npm run scenarios
5353
54-
lint:
55-
runs-on: ubuntu-latest
56-
needs: install_dependencies
57-
steps:
58-
- uses: bissolli/gh-action-persist-workspace@v2
59-
with:
60-
action: retrieve
61-
- name: Run Lint
62-
run: npm run lint
54+
# lint:
55+
# runs-on: ubuntu-latest
56+
# needs: install_dependencies
57+
# steps:
58+
# - uses: bissolli/gh-action-persist-workspace@v2
59+
# with:
60+
# action: retrieve
61+
# - name: Run Lint
62+
# run: npm run lint
6363

6464
coverage:
6565
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)