Skip to content

Commit

Permalink
chore(#2): add lint task
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Sep 9, 2022
1 parent 4b9273e commit c76c09e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ jobs:
- name: Build dist πŸ‘¨πŸ»β€πŸ’»
run: cd nuxt && yarn generate

# @TODO - Add linting
# - name: Run linting πŸ”Ž
# run: cd nuxt && yarn lint
- name: Run linting πŸ”Ž
run: cd nuxt && yarn lint

# @TODO - Add unit tests
# - name: Run unit tests πŸ§ͺ
Expand Down Expand Up @@ -101,4 +100,4 @@ jobs:
# files: ./nuxt/coverage/clover.xml
# name: codecov-umbrella
# fail_ci_if_error: true
# verbose: true
# verbose: true

0 comments on commit c76c09e

Please sign in to comment.