move class Logger and its deps to their own namespace #42
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Verify PRs and commits | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ "master", "dev" ] | |
pull_request: | |
branches: [ "master", "dev" ] | |
jobs: | |
call-build: | |
uses: Yvand/EntraCP/.github/workflows/reusable-build.yml@master | |
with: | |
project-name: ${{ vars.PROJECT_NAME }} | |
version-major-minor: ${{ vars.VERSION_MAJOR_MINOR }} | |
is-production-release: false | |
secrets: | |
base64-encoded-signingkey: ${{ secrets.BASE64_ENCODED_SIGNINGKEY }} |