Skip to content

Commit

Permalink
fix: License Check
Browse files Browse the repository at this point in the history
fix License Check

Log: fix: License Check
  • Loading branch information
ClayStan404 authored and justforlxz committed Aug 15, 2022
1 parent 9e6d45b commit ab82576
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install reuse
run: sudo apt install reuse
- name: License Check
Expand Down Expand Up @@ -42,6 +44,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install zsh
run: sudo apt install zsh
- name: README.md Check
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/call-license-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Call License and README Check
on:
pull_request_target:
types: [opened, synchronize]
types: [opened, synchronize, reopened]

permissions:
pull-requests: write
Expand Down

0 comments on commit ab82576

Please sign in to comment.