Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

81 changes: 0 additions & 81 deletions .github/linters/.eslintrc.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/linters/.markdown-lint.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/linters/.yaml-lint.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .github/linters/tsconfig.json

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,10 @@ jobs:
- name: Install Dependencies
id: install
run: pnpm install
working-directory: eval

- name: Build dist/ Directory
id: build
run: pnpm build
working-directory: eval
run: pnpm exec vp run build

# This will fail the workflow if the `dist/` directory is different than
# expected.
Expand Down
17 changes: 7 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
test-typescript:
name: TypeScript Tests
name: TypeScript Checks
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -45,14 +45,11 @@ jobs:
- name: Install Dependencies
id: install
run: pnpm install
working-directory: eval

- name: Check Format
id: npm-format-check
run: npm run format:check
working-directory: eval
- name: Check
id: check
run: pnpm exec vp check

- name: Lint
id: npm-lint
run: npm run lint
working-directory: eval
- name: Test
id: test
run: pnpm exec vp test --passWithNoTests
22 changes: 4 additions & 18 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,16 @@ on:

permissions:
contents: read
packages: read
statuses: write

jobs:
lint:
name: Lint Codebase
name: Vite+ Check
runs-on: ubuntu-latest

steps:
- name: Checkout
id: checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0

- name: Setup Node.js
id: setup-node
Expand All @@ -49,17 +45,7 @@ jobs:
- name: Install Dependencies
id: install
run: pnpm install
working-directory: eval

- name: Lint Codebase
id: super-linter
uses: super-linter/super-linter/slim@4ce20838b8ab83717e78138c5b3a1407148e0918 # v8.7.0
working-directory: eval
env:
DEFAULT_BRANCH: main
FILTER_REGEX_EXCLUDE: dist/**/*
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TYPESCRIPT_DEFAULT_STYLE: prettier
VALIDATE_ALL_CODEBASE: true
VALIDATE_JAVASCRIPT_STANDARD: false
VALIDATE_JSCPD: false
- name: Check
id: check
run: pnpm exec vp check
3 changes: 0 additions & 3 deletions .prettierignore

This file was deleted.

15 changes: 0 additions & 15 deletions .prettierrc.json

This file was deleted.

17 changes: 0 additions & 17 deletions __tests__/index.test.ts

This file was deleted.

89 changes: 0 additions & 89 deletions __tests__/main.test.ts

This file was deleted.

25 changes: 0 additions & 25 deletions __tests__/wait.test.ts

This file was deleted.

Loading