Skip to content

Commit

Permalink
Run eslint-plugin-ember's tests with every change
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Dec 22, 2023
1 parent 2049233 commit 251288b
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ jobs:
# - uses: wyvox/action-setup-pnpm@v3
# - run: pnpm test

test_eslint-plugin-ember:
name: "eslint-plugin-ember"
runs-on: ubuntu-latest
needs: [setup]
steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
- run: ./scripts/eslint-plugin-ember-test.mjs




lint:
name: "Lint"
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"prettier": "^3.1.1",
"publint": "^0.2.6",
"release-plan": "^0.6.0",
"typescript": "^5.3.3"
"typescript": "^5.3.3",
"zx": "^7.2.3"
},
"dependencies": {
"@babel/eslint-parser": "^7.23.3",
Expand Down
Loading

0 comments on commit 251288b

Please sign in to comment.