Skip to content

Commit

Permalink
Simplify project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikhr committed Jan 28, 2024
1 parent 755126f commit 9f3f914
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 1,587 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,48 +14,11 @@ jobs:
name: Node.js (main)
uses: ./.github/workflows/nodejs-lint-reusable.yml
with:
checkout-parameters: >
{
"submodules": true
}
npm-install-check-enable: true
npm-install-arguments: >
[
"--workspaces",
"--include-workspace-root",
"--install-links"
]
tsc-check-enable: true
tsc-parameters: >
{
"arguments": "--noEmit\n-p\n./jsconfig.json"
}
eslint-check-enable: true
prettier-check-enable: true

special-eslint:
name: Node.js (specialized for ${{ matrix.project }})
strategy:
matrix:
project:
- run/ms-idp-workflow-run-auth
uses: ./.github/workflows/nodejs-lint-reusable.yml
with:
checkout-parameters: >
{
"submodules": true
}
npm-install-arguments: >
[
"--workspace",
"${{ matrix.project }}",
"--include-workspace-root"
]
npm-install-check-enable: false
tsc-check-enable: false
eslint-check-enable: true
eslint-parameters: >
{
"npm-workspace": "${{ matrix.project }}"
}
prettier-check-enable: false
Loading

0 comments on commit 9f3f914

Please sign in to comment.