From f15c19cb5218295e474a56de3ad60aaee1b1b474 Mon Sep 17 00:00:00 2001 From: Lyxal <36217120+Lyxal@users.noreply.github.com> Date: Fri, 17 Nov 2023 09:52:26 +1100 Subject: [PATCH] Delete .github/workflows/lint.yaml --- .github/workflows/lint.yaml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/lint.yaml diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml deleted file mode 100644 index bec7142..0000000 --- a/.github/workflows/lint.yaml +++ /dev/null @@ -1,26 +0,0 @@ -name: Lint - -on: - push: - pull_request: - branches: - - main - workflow_dispatch: - -jobs: - lint: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Set up Node.js 19 - uses: actions/setup-node@v3 - with: - node-version: 19 - - - name: Install dependencies - run: npm install - - - name: Lint - run: npm run lint \ No newline at end of file