Skip to content

Commit

Permalink
chore: remove eslint from lint:ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeraa committed Jan 17, 2025
1 parent 7cab80b commit 9ee4bc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: ["main"]
schedule:
- cron: "44 1 * * 4"

jobs:
eslint:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "pmd -m",
"lint": "eslint --cache --fix . && prettier --cache --write .",
"lint:ci": "eslint --cache . && prettier --cache --check .",
"lint:ci": "prettier --cache --check .",
"format": "npm run metadataSorter && npm run lint",
"schemaEnforcer": "npm run format && npm run bumpChanged",
"compileTools": "tsc -p tools/tsconfig.json",
Expand Down Expand Up @@ -56,4 +56,4 @@
"pmd": "file:cli",
"prettier": "2.8.1"
}
}
}

0 comments on commit 9ee4bc6

Please sign in to comment.