Skip to content

Commit ce06581

Browse files
huntiemeta-codesync[bot]
authored andcommitted
Delete outdated check_license script (#55425)
Summary: Pull Request resolved: #55425 See blame — this script lints for a `"PATENTS"` string inside any Git changes, which should not occur any more. > D7119356 (8 years ago) > > [react-native][PR] Check PATENTS does not creep into files > > Summary: > Some files have crept into the repo with the old license header. These are usually from PRs that were opened prior to the re-licensing of the project. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D92417808 fbshipit-source-id: 36e3507f835fe5df99644eb1a47cdc60fa68f88c
1 parent 1930529 commit ce06581

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

.github/actions/lint/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ runs:
2929
- name: Run typescript check
3030
shell: bash
3131
run: yarn test-typescript
32-
- name: Check license
33-
shell: bash
34-
run: ./.github/workflow-scripts/check_license.sh
3532
- name: Check formatting
3633
shell: bash
3734
run: yarn run format-check

.github/workflow-scripts/check_license.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)