Skip to content

Commit 8919af2

Browse files
Disabled lint.yml
Error in workflow: ``` Run pre-commit/[email protected] install pre-commit Error: getCacheEntry failed: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0yfa6aAAAAAAwdZzfWtlpQ7MU6zq78uD6QkwyQUEyMDMwMTA1MDUxAEVkZ2U= ```
1 parent 0af9e39 commit 8919af2

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/lint.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@ name: Lint and style checks
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches: [ main ]
7-
pull_request:
8-
branches: [ main ]
5+
# Disabled the other triggers do to part of workflow is not working, will investigate later:
6+
# Run pre-commit/[email protected]
7+
# install pre-commit
8+
# Error: getCacheEntry failed: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0yfa6aAAAAAAwdZzfWtlpQ7MU6zq78uD6QkwyQUEyMDMwMTA1MDUxAEVkZ2U=
9+
#
10+
# push:
11+
# branches: [ main ]
12+
# pull_request:
13+
# branches: [ main ]
914

1015
jobs:
1116
lint:

0 commit comments

Comments
 (0)