Skip to content

Commit 7543a76

Browse files
fix(deps): update adobe fixes (#245)
* fix(deps): update adobe fixes * fix: disable curly eslint rule + skip S3 artifact upload - Disable curly rule (pre-existing violations surfaced by eslint-config bump) - Skip upload-build-artifacts (S3 bucket no longer exists) --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dominique Jäggi <djaeggi@adobe.com>
1 parent 385e654 commit 7543a76

File tree

4 files changed

+65
-300
lines changed

4 files changed

+65
-300
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
uses: adobe/mysticat-ci/.github/workflows/service-ci.yaml@v1
1717
with:
1818
service-name: task-processor
19+
skip-upload-artifacts: true
1920
secrets: inherit

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export default defineConfig([
2929
},
3030
rules: {
3131
'no-unused-expressions': 'off',
32+
curly: 'off',
3233
},
3334
},
3435
{

0 commit comments

Comments
 (0)