Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 7.13.1 to 7.14.1 #5

chore(deps-dev): bump @typescript-eslint/parser from 7.13.1 to 7.14.1

chore(deps-dev): bump @typescript-eslint/parser from 7.13.1 to 7.14.1 #5

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