From 5f4ec246db4fb06e879cecab3dc5afa7fc77b7e0 Mon Sep 17 00:00:00 2001 From: aramshiva Date: Sun, 10 Dec 2023 13:28:52 -0800 Subject: [PATCH] removed lint --- .github/workflows/Lint.yml | 18 ------------------ .github/workflows/lint.yml | 18 ------------------ 2 files changed, 36 deletions(-) delete mode 100644 .github/workflows/Lint.yml delete mode 100644 .github/workflows/lint.yml diff --git a/.github/workflows/Lint.yml b/.github/workflows/Lint.yml deleted file mode 100644 index 826e89c..0000000 --- a/.github/workflows/Lint.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Lint - -on: - pull_request: - push: - branches: - - main - -jobs: - eslint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 16 - - run: npm ci # or yarn install - - uses: sibiraj-s/action-eslint@v3 \ No newline at end of file diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml deleted file mode 100644 index 826e89c..0000000 --- a/.github/workflows/lint.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Lint - -on: - pull_request: - push: - branches: - - main - -jobs: - eslint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 16 - - run: npm ci # or yarn install - - uses: sibiraj-s/action-eslint@v3 \ No newline at end of file