Skip to content

Commit

Permalink
disable GH Actions lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeAstapov committed May 11, 2022
1 parent ed01b65 commit d3a4b3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
# - name: Lint
# run: yarn lint
- name: Run Tests
run: yarn test:ember
run: yarn test

floating:
name: "Floating Dependencies"
Expand Down

0 comments on commit d3a4b3f

Please sign in to comment.