Skip to content

Commit

Permalink
revert some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Oct 23, 2024
1 parent 382e783 commit a788e11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
optional-lint:
name: Optional Lint
runs-on: ["self-hosted", "1ES.Pool=onnxruntime-github-Ubuntu2204-AMD-CPU"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: misspell # Check spellings as well
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

lint-cpp:
name: Optional Lint C++
runs-on: ["self-hosted", "1ES.Pool=onnxruntime-github-Ubuntu2204-AMD-CPU"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install ninja
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

lint-js:
name: Lint JavaScript
runs-on: ["self-hosted", "1ES.Pool=onnxruntime-github-Ubuntu2204-AMD-CPU"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-eslint@v1
Expand Down

0 comments on commit a788e11

Please sign in to comment.