Skip to content

Commit 7914003

Browse files
committed
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)
1 parent 57bd01d commit 7914003

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.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)