Skip to content

chore(deps-dev): bump @types/node from 22.8.2 to 22.8.7 #180

chore(deps-dev): bump @types/node from 22.8.2 to 22.8.7

chore(deps-dev): bump @types/node from 22.8.2 to 22.8.7 #180

Workflow file for this run

name: 'build-test'
on:
workflow_dispatch:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Get pipeline status
uses: ./
- name: Gives the expected conclusion
run: |
if [[ "${{ env.WORKFLOW_CONCLUSION }}" != "skipped" ]]; then echo "The pipeline failed" && exit 1; fi