Skip to content

Commit f86a0ed

Browse files
prathikrPrathik Rao
andauthored
remove lint for /js/ folder (microsoft#26984)
### Description <!-- Describe your changes. --> `js/` linting is already done in the Web CI pipeline so removing redundant check as its signaling false-positives Co-authored-by: Prathik Rao <prathikrao@microsoft.com>
1 parent e5e9174 commit f86a0ed

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/lint.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -115,23 +115,3 @@ jobs:
115115
level: info
116116
flags: --linelength=120 --exclude=java/src/main/native/*.c --exclude=onnxruntime/core/mlas/inc/* --exclude=onnxruntime/core/mlas/lib/* --exclude=onnxruntime/contrib_ops/cuda/bert/flash_attention/* --exclude=build/Debug/* --exclude=cmake/* --exclude=csharp/test/* --exclude=onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/GeneratedShaders/* --exclude=orttraining/orttraining/test/* --exclude=onnxruntime/test/* --exclude=winml/*
117117
filter: "-runtime/references"
118-
119-
lint-js:
120-
name: Lint JavaScript
121-
runs-on: [
122-
"self-hosted",
123-
"1ES.Pool=onnxruntime-github-Ubuntu2204-AMD-CPU",
124-
"JobId=lint-js-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}"
125-
]
126-
steps:
127-
- uses: actions/checkout@v6
128-
- uses: actions/setup-node@v6
129-
with:
130-
node-version: 20
131-
- uses: reviewdog/action-eslint@v1
132-
with:
133-
reporter: github-pr-check
134-
level: error
135-
filter_mode: file
136-
eslint_flags: "--ext .ts --ext .tsx"
137-
workdir: "js/"

0 commit comments

Comments
 (0)