Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Jul 25, 2022
1 parent ac9b973 commit 966759b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: eslint . --ext .js,.jsx,.ts,.tsx
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: eslint . --ext .js,.jsx,.ts,.tsx

1 comment on commit 966759b

@vercel
Copy link

@vercel vercel bot commented on 966759b Jul 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.