From 41a54e14bf4096359ed07cb33655cf2449940035 Mon Sep 17 00:00:00 2001 From: David Arayan Date: Sun, 22 Sep 2024 14:36:45 +0400 Subject: [PATCH] - Added ESLint running via Github Actions --- .github/workflows/jest.yml | 9 +++------ bvx-kit/codacy.yml | 4 ---- bvx-kit/package.json | 2 +- 3 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 bvx-kit/codacy.yml diff --git a/.github/workflows/jest.yml b/.github/workflows/jest.yml index 1f1f588..69a0625 100644 --- a/.github/workflows/jest.yml +++ b/.github/workflows/jest.yml @@ -7,11 +7,6 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 - - uses: szenius/set-timezone@v2.0 - with: - timezoneLinux: "Asia/Singapore" - timezoneMacos: "Asia/Singapore" - timezoneWindows: "Singapore Standard Time" - name: Setup Node.js v20 uses: actions/setup-node@v4 with: @@ -19,4 +14,6 @@ jobs: - 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 \ No newline at end of file + run: npm --prefix ./bvx-kit run test:ci + - name: Run ESLint + run: npm --prefix ./bvx-kit run lint \ No newline at end of file diff --git a/bvx-kit/codacy.yml b/bvx-kit/codacy.yml deleted file mode 100644 index fcc49ea..0000000 --- a/bvx-kit/codacy.yml +++ /dev/null @@ -1,4 +0,0 @@ -engines: - eslint: - enabled: true - configFile: "eslint.config.js" \ No newline at end of file diff --git a/bvx-kit/package.json b/bvx-kit/package.json index be81594..cde0f38 100644 --- a/bvx-kit/package.json +++ b/bvx-kit/package.json @@ -53,4 +53,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file