diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml deleted file mode 100644 index 22a2947..0000000 --- a/.forgejo/workflows/lint.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Lint - -on: [push, pull_request] - -jobs: - lint: - - runs-on: docker - - steps: - - name: Checkout - uses: actions/checkout@v4.1.1 - - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version: 20.5.1 - - - name: Install dependencies - run: npm i - - - name: Lint - run: npm run lint \ No newline at end of file