Skip to content

feat: 022: Describe command (#15) #8

feat: 022: Describe command (#15)

feat: 022: Describe command (#15) #8

Workflow file for this run

name: "Push"
on:
push:
branches:
- main
jobs:
pipeline:
permissions:
deployments: write
contents: read
uses: ./.github/workflows/base.yaml
with:
tests: unit, static
package-n-upload: false
secrets:
SONAR_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}