Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Update compilance.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TeenBiscuits authored Apr 16, 2024
1 parent 55200d4 commit c5de38f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/compilance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@

name: ⚖️ REUSE Compliance Check

on: [push, pull_request]
on:
push:
branches: ["main"]
pull_request:
types: ["opened"]


jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ⚖️ REUSE Compliance Check
uses: fsfe/reuse-action@v3
uses: fsfe/reuse-action@v3

0 comments on commit c5de38f

Please sign in to comment.