aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/old.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/old.yml')
-rw-r--r--.github/workflows/old.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.github/workflows/old.yml b/.github/workflows/old.yml
deleted file mode 100644
index e9b9fb27..00000000
--- a/.github/workflows/old.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-name: Old App Lint
-
-on:
- push:
- branches: [ master ]
- pull_request:
- branches: [ master ]
-
-jobs:
- build:
-
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v3
- - uses: actions/setup-node@v3
- with:
- cache: npm
- cache-dependency-path: package-lock.json
- - run: npm ci --ignore-scripts
- - run: npm run lint