Skip to content

Commit

Permalink
Remove license check
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Myers authored and Dylan-M committed Aug 29, 2023
1 parent 2eae14b commit d942354
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
- name: run sanitycheck.py
run: python3 ./internal/tools/sanitycheck.py

checklicense:
runs-on: ubuntu-latest
steps:
- name: check out code
uses: actions/checkout@v3
- name: install tools
run: make install-tools
- name: run checklicense
run: make checklicense
#checklicense:
# runs-on: ubuntu-latest
# steps:
# - name: check out code
# uses: actions/checkout@v3
# - name: install tools
# run: make install-tools
# - name: run checklicense
# run: make checklicense

0 comments on commit d942354

Please sign in to comment.