Skip to content

Bump @types/qs from 6.9.15 to 6.9.16 in /functions #43

Bump @types/qs from 6.9.15 to 6.9.16 in /functions

Bump @types/qs from 6.9.15 to 6.9.16 in /functions #43

Workflow file for this run

name: Run Lint before Merging Pull Request
on:
pull_request:
branches:
- main
env:
NODE_VERSION: "20.10.0"
permissions:
checks: write
pull-requests: write
contents: write
jobs:
lint-bicep:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint Bicep
uses: synergy-au/[email protected]
with:
analyse-all-files: "true"