Update license

This commit is contained in:
2025-08-04 18:54:30 +10:00
parent c2c562fc0c
commit 07c06029d5
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -14,7 +14,7 @@ env:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -56,7 +56,7 @@ jobs:
- name: Build binary
run: |
CGO_ENABLED=1 go build -v -o passkey-auth .
- name: Test binary
run: |
./passkey-auth --help || true # Some apps don't have --help
@@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
needs: test
if: github.event_name == 'push' || github.event_name == 'release'
steps:
- name: Checkout code
uses: actions/checkout@v4