Skip to content

feat: 007: Server command: express server + fs watch (#12) #5

feat: 007: Server command: express server + fs watch (#12)

feat: 007: Server command: express server + fs watch (#12) #5

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 }}