Skip to content

Commit

Permalink
Merge pull request #37 from mbtools/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmehl authored Jan 22, 2025
2 parents bb774aa + bbf6608 commit 694eabb
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/selftest.yml
Original file line number Diff line number Diff line change
@@ -10,6 +10,9 @@ on:
- main
pull_request:

permissions:
contents: read

jobs:
# Use local file to test against itself
test-self:
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -35,6 +35,9 @@ name: REUSE Compliance Check

on: [push, pull_request]

permissions:
contents: read

jobs:
reuse-compliance-check:
runs-on: ubuntu-latest

0 comments on commit 694eabb

Please sign in to comment.