fix licensing #11

Merged
natercio merged 2 commits from fix-licenses into main 2025-11-14 16:37:52 +00:00
Showing only changes of commit 7709023ef4 - Show all commits

View File

@@ -7,6 +7,7 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.changed_files, '*.go')
steps:
- name: Checkout code
uses: actions/checkout@v3