fix: do not coerce undefined
to null
for JSON serialization (#2)
#12
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: test & maybe release | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
workflow_dispatch: | |
permissions: | |
contents: write | |
id-token: write | |
packages: write | |
pull-requests: write | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
js-test-and-release: | |
uses: pl-strflt/uci/.github/workflows/[email protected] | |
secrets: | |
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }} | |
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} | |
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} | |
UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }} |