Skip to content

Commit

Permalink
chore(workflow): remove obsolete workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
andypf committed Jul 25, 2024
1 parent 9d1b7e7 commit 56cda15
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 110 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/ci-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,17 @@ jobs:
- name: Install Dependencies
run: npm ci

check-license-header:
reuse-compliance:
runs-on: [ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v4

# https://github.com/fsfe/reuse-action
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v3

license-headers:
runs-on: [ubuntu-latest]
permissions:
contents: write
Expand Down Expand Up @@ -54,7 +64,7 @@ jobs:
message: "chor(licenses): Automatic application of license header"


check-licenses:
allowed-licenses:
needs: install-dependencies
runs-on: ubuntu-latest
steps:
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/eslint.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/license-checker.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/license-header.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/reuse.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"test": "turbo run test --parallel",
"check-licenses": "npx license-checker-rseidelsohn --summary --excludePrivatePackages --onlyAllow 'MIT;ISC;Apache-2.0;BSD-2-Clause;BSD-3-Clause;BSD-4-Clause;CC-BY-3.0;CC-BY-4.0;BlueOak-1.0.0;CC0-1.0;0BSD;Python-2.0;BSD*;Unlicense'",
"check-licenses": "npx run license-checker-rseidelsohn --summary --excludePrivatePackages --onlyAllow 'MIT;ISC;Apache-2.0;BSD-2-Clause;BSD-3-Clause;BSD-4-Clause;CC-BY-3.0;CC-BY-4.0;BlueOak-1.0.0;CC0-1.0;0BSD;Python-2.0;BSD*;Unlicense'",
"clean": "turbo run clean && rm -rf node_modules && rm -rf ./**/*/node_modules",
"typecheck": "turbo run typecheck",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,md}\"",
Expand Down

0 comments on commit 56cda15

Please sign in to comment.