Skip to content

Commit 2278c94

Browse files
committed
ci: disable lint workflow (redundant with CI)
1 parent dd97e04 commit 2278c94

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Lint
22
on:
33
workflow_dispatch:
4-
pull_request:
5-
push:
6-
branches:
7-
- main
4+
# Disabled: redundant with CI workflow which runs lint + tests
5+
# pull_request:
6+
# push:
7+
# branches:
8+
# - main
89

910
permissions:
1011
contents: read

0 commit comments

Comments
 (0)