Skip to content

Commit

Permalink
delete frontend part
Browse files Browse the repository at this point in the history
  • Loading branch information
manzil-infinity180 committed Aug 4, 2024
1 parent fe605c3 commit a3e861c
Show file tree
Hide file tree
Showing 17,913 changed files with 14 additions and 2,753,457 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
19 changes: 14 additions & 5 deletions .github/workflows/xf_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ jobs:
run: npm install
- name: 'start testing'
run: npm run test
- name: Run eslint
run: npm run eslint
env:
DOTENV_KEY: ${{ secrets.DOTENV_KEY }}
- name: Jest code coverage results
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: ./coverage/Icon-report
path: ./coverage

js-lint:
runs-on: ubuntu-22.04

Check failure on line 30 in .github/workflows/xf_ci.yaml

View workflow job for this annotation

GitHub Actions / YAML Lint

30:6 [indentation] wrong indentation: expected 4 but found 5
Expand All @@ -38,7 +36,18 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm install
- name: Install Dependencies
run: npm install
- name: Run Eslint
- run: npm run eslint
run: npm run eslint

yaml-lint:
name: YAML Lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install yamllint
run: pip install yamllint
- name: Run yamllint
run: yamllint .

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/acorn

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/autoprefixer

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/browserslist

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/commonize

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/cssesc

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/cypress

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/envify

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/esbuild

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/eslint

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/esparse

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/esvalidate

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/extract-zip

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/is-ci

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/jiti

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/js-yaml

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/jsesc

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/json5

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/jstransform

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/loose-envify

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/mkdirp

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/nanoid

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/node-which

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/parser

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/resolve

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/rimraf

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/rollup

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/semver

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/sshpk-conv

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/sshpk-sign

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/sshpk-verify

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/sucrase

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/sucrase-node

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/tailwind

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/tailwindcss

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/update-browserslist-db

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/uuid

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/vite

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/yaml

This file was deleted.

Loading

0 comments on commit a3e861c

Please sign in to comment.