Skip to content

fix: add extractedTag for dockerImageCode #253

fix: add extractedTag for dockerImageCode

fix: add extractedTag for dockerImageCode #253

Workflow file for this run

name: build
on:
pull_request:
branches: ["main"]
workflow_call:
jobs:
npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Build Package
run: |
npm ci
npm run build --if-present
- uses: pre-commit/[email protected]
- uses: ArtiomTr/[email protected]
with:
annotations: failed-tests