Skip to content

Bump @typescript-eslint/parser from 6.4.0 to 6.5.0 #20

Bump @typescript-eslint/parser from 6.4.0 to 6.5.0

Bump @typescript-eslint/parser from 6.4.0 to 6.5.0 #20

Workflow file for this run

name: Test
on:
pull_request:
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm ci
- run: |
npm run all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
subscriptionId: d08e1a72-8180-4ed3-8125-9dff7376b0bd
resourceGroup: ant-test
templateFile: test/scenarios/static-error/main.bicep
parametersFile: test/scenarios/static-error/main.bicepparam