Skip to content

Commit

Permalink
chore(workflows): deleted .prettier ignore, remove lint:prettier and …
Browse files Browse the repository at this point in the history
…lint:eslint from package.json, and remove 'push' trigger from lint workflow
  • Loading branch information
tarunsinghofficial committed Jan 6, 2025
1 parent 7de1a9c commit 1956e6e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: CI and Lint

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

Expand All @@ -23,9 +21,6 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Run Prettier
run: npm run lint:prettier

- name: Lint changed files
if: github.event_name == 'pull_request'
run: |
Expand Down
4 changes: 0 additions & 4 deletions .prettierignore

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"start:eleventy": "eleventy --serve",
"start:postcss": "postcss src/styles/*.css --dir _site --watch",
"format": "npx eslint --fix _site/audio-worklet/**/*.js && npx prettier --write --loglevel silent _site/audio-worklet/**/*.html",
"lint:prettier": "prettier --check src/**/*.js src/**/*.html",
"lint:eslint": "eslint src/**/*.js",
"test": "npx playwright test",
"test-server": "npx http-server",
"test-live": "npx http-server ./src/tests/playwright/pages/"
Expand Down

0 comments on commit 1956e6e

Please sign in to comment.