-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added ESLint running via Github Actions
- Loading branch information
1 parent
e428597
commit 41a54e1
Showing
3 changed files
with
4 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,4 +53,4 @@ | |
"publishConfig": { | ||
"access": "public" | ||
} | ||
} | ||
} |