Skip to content

Commit

Permalink
- Added ESLint running via Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidArayan committed Sep 22, 2024
1 parent e428597 commit 41a54e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: szenius/[email protected]
with:
timezoneLinux: "Asia/Singapore"
timezoneMacos: "Asia/Singapore"
timezoneWindows: "Singapore Standard Time"
- name: Setup Node.js v20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install npm dependencies
run: npm --prefix ./bvx-kit install ./bvx-kit
- name: Run Jest tests in CI mode
run: npm --prefix ./bvx-kit run test:ci
run: npm --prefix ./bvx-kit run test:ci
- name: Run ESLint
run: npm --prefix ./bvx-kit run lint
4 changes: 0 additions & 4 deletions bvx-kit/codacy.yml

This file was deleted.

2 changes: 1 addition & 1 deletion bvx-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 41a54e1

Please sign in to comment.