Skip to content

Commit

Permalink
(internal): stop running eslint (#3087)
Browse files Browse the repository at this point in the history
stop running eslint
  • Loading branch information
dsinghvi authored Feb 29, 2024
1 parent 4475556 commit 7e59fe1
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,22 +70,22 @@ jobs:
- name: compile
run: yarn compile

eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"

- name: Install
run: yarn install

- name: lint:eslint
run: yarn lint:eslint
# eslint:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repo
# uses: actions/checkout@v4

# - uses: actions/setup-node@v3
# with:
# node-version: 18
# cache: "yarn"

# - name: Install
# run: yarn install

# - name: lint:eslint
# run: yarn lint:eslint

test:
runs-on: CLI
Expand Down

0 comments on commit 7e59fe1

Please sign in to comment.