diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cbed23..683a019 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/LICENSE b/LICENSE index d645695..886c008 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2025 [Junwei Zhao] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index b5dbad7..3c0a4a7 100644 --- a/README.md +++ b/README.md @@ -402,7 +402,7 @@ kubectl port-forward svc/passkey-auth-service 8080:80 -n passkey-auth ## 📄 License -This project is licensed under the Apache License 2.0 - see the LICENSE file for details. +Apache License 2.0 ## 🙏 Acknowledgments