Skip to content

Commit

Permalink
Update formatting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slandath authored Sep 29, 2024
1 parent ddc5c52 commit 3a17aae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ESLint
name: Formatting

on:
push:
Expand All @@ -7,9 +7,8 @@ on:
branches: [main]

jobs:
build:
linting:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Use Node.js
Expand All @@ -18,7 +17,7 @@ jobs:
node-version: "18" # Adjust if needed
cache: "npm"
- name: Install project dependencies
run: npm install
run: npm ci
- name: Install @nuxt/eslint
run: npm install @nuxt/[email protected] # Or latest compatible version
- name: Run Prettier
Expand Down

0 comments on commit 3a17aae

Please sign in to comment.