Skip to content

build(deps-dev): bump typescript from 5.7.2 to 5.7.3 #88

build(deps-dev): bump typescript from 5.7.2 to 5.7.3

build(deps-dev): bump typescript from 5.7.2 to 5.7.3 #88

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- windows-latest
- ubuntu-latest
- macos-latest
steps:
- name: Git Checkout
uses: actions/checkout@v4
- name: Setup Bicep
uses: ./
- name: Verify Bicep
run: bicep --version