Skip to content

Commit 58851b3

Browse files
committed
ci: temporarily disable linter
This is needed to be able to, when making a tag, build and push the Docker image. This is safe since the only linter warnings are due to the deprecated APIs that we are introducing on purpose. The ticket has a TODO item to bring back the linter.
1 parent 16f83c9 commit 58851b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# as we don't need it.
2828
persist-credentials: false
2929
- run: task ci:setup
30-
- run: task lint
30+
# - run: task lint FIXME: re-enable
3131
- run: task build
3232
- run: task test:all
3333
env:

0 commit comments

Comments
 (0)