Skip to content

Commit

Permalink
Add Prettier to main.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rikurauhala committed May 27, 2024
1 parent 1df60d9 commit 3aa806c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "daily"
interval: 'daily'
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
node-version: 20.10.0
- name: Install Dependencies
run: npm install
- name: Run ESLint
- name: Lint with ESLint
run: npm run lint
- name: Format with Prettier
run: npm run format

0 comments on commit 3aa806c

Please sign in to comment.