Skip to content

Update .eslintignore #7

Update .eslintignore

Update .eslintignore #7

Workflow file for this run

name: 'build-test'
on:
pull_request:
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm install
- 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: __tests__/scenarios/static-error/main.bicep
parametersFile: __tests__/scenarios/static-error/main.bicepparam